diff --git a/conf/nginx.conf b/conf/nginx.conf index fbbac81..b7900b1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;