diff --git a/nginx/site.local.conf b/nginx/site.local.conf index 10882b16c8f05181a8bd5c0f4d6329d65d757752..061f45185ceffb6951c98104ebeec2d3fcae63b0 100644 --- a/nginx/site.local.conf +++ b/nginx/site.local.conf @@ -7,7 +7,10 @@ server { ssl_ciphers HIGH:!aNULL:!MD5; location / { - proxy_pass https://host.docker.internal:3000; + proxy_pass https://host.docker.internal:3000/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; } location /api { proxy_pass https://host.docker.internal:1443/api;