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