diff --git a/conf/nginx.conf b/conf/nginx.conf index 0a45cd4..8a64153 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,4 @@ +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { # Path to source @@ -8,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;