mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix
This commit is contained in:
parent
e7ff9c165d
commit
1bfc36fc67
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
root /srv/pufferpanel/;
|
||||
index index.php;
|
||||
index index.php;
|
||||
|
||||
server_name yuno.probetech.be;
|
||||
server_name yuno.probetech.be;
|
||||
|
||||
client_max_body_size 20m;
|
||||
client_max_body_size 20m;
|
||||
client_body_timeout 120s;
|
||||
|
||||
location ^~ __PATH__/ {
|
||||
|
|
Loading…
Add table
Reference in a new issue