diff --git a/conf/nginx.conf b/conf/nginx.conf index 6e14d50..1648c31 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,8 +5,8 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://127.0.0.1:__PORT__; - proxy_set_header Host $host; + proxy_pass http://127.0.0.1:__PORT__; + proxy_set_header Host $host; proxy_buffering off; client_max_body_size 50M;