diff --git a/conf/nginx.conf b/conf/nginx.conf index 6a1e979..294ba0f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location LOCATIONTOCHANGE { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://127.0.0.1:9191/; + proxy_pass http://127.0.0.1:9191LOCATIONTOCHANGE; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';