mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
test nginx
This commit is contained in:
parent
3c89fc8ccf
commit
e7ff9c165d
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
root /srv/pufferpanel/;
|
||||
index index.php;
|
||||
index index.php;
|
||||
|
||||
server_name yuno.probetech.be;
|
||||
|
||||
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