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:
parent
9fe12d9988
commit
0e49eddd8e
1 changed files with 1 additions and 1 deletions
|
@ -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)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue