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