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

Update nginx.conf

This commit is contained in:
frju365 2019-01-05 23:09:26 +01:00 committed by GitHub
parent 1e704f7802
commit a6b7d61af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
root /srv/pufferpanel/;
index index.php;
index index.php;
client_max_body_size 20m;
client_body_timeout 120s;
client_max_body_size 20m;
client_body_timeout 120s;
location __PATH__/ {
try_files /public/router.php =404;