diff --git a/conf/nginx.conf b/conf/nginx.conf index 576bb4b..a781bee 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://127.0.0.1:4242; + proxy_pass http://127.0.0.1:4242/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;