1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00

Default file is index.php

This commit is contained in:
polytan02 2017-01-18 16:48:08 +00:00
parent 9fe12d9988
commit 0e49eddd8e

View file

@ -10,7 +10,7 @@ location PATHTOCHANGE {
}
client_max_body_size 10G;
index index.php index.html;
index index.php;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;