1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Update nginx.conf

This commit is contained in:
monsieur-a 2014-07-15 08:33:42 +02:00
parent a67eabd0d7
commit a5f726099b

View file

@ -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(/|$) {