diff --git a/conf/nginx.conf b/conf/nginx.conf index e6b0974..8a64153 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,8 +9,6 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; - index index.php; client_max_body_size 1G;