diff --git a/conf/nginx.conf b/conf/nginx.conf index 15a0a34..637119a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,9 +8,7 @@ location __PATH__/ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } -} -location __PATH__/demo/ { proxy_pass http://localhost:__PORT_WEB__; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;