diff --git a/conf/nginx.conf b/conf/nginx.conf index b7900b1..53d4df9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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__/ {