mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
revert
This commit is contained in:
parent
d001a2c32d
commit
a558eb88b6
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
client_max_body_size 10G;
|
||||
#client_max_body_size 10G;
|
||||
index index.php;
|
||||
default_type text/html;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
location PATHTOCHANGE {
|
||||
alias ALIASTOCHANGE;
|
||||
index index.php index.html index.htm;
|
||||
client_max_body_size 10G;
|
||||
index index.php;
|
||||
default_type text/html;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue