1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scratch_ynh.git synced 2024-09-03 20:26:03 +02:00
This commit is contained in:
liberodark 2018-11-29 16:03:04 +01:00
parent 8d6ef30850
commit fd56cf1d05

View file

@ -1,5 +1,5 @@
root /var/www/;
location __PATH__/ {
index index.html; # Pour automatiquement avoir le load de index.html
index index.htm; # Pour automatiquement avoir le load de index.html
}