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:
parent
1e704f7802
commit
a6b7d61af3
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue