diff --git a/nginx/default.conf b/nginx/default.conf index 1f0c9b631bd01f46749d83d67b3b1046acd41cfe..df329613609d3cb7eb2071b954f8bce854c4de94 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -22,7 +22,7 @@ server { # https://stackoverflow.com/questions/70585472/websocketclient-js16-websocket-connection-to-ws-localhost3000-ws-failed-r location /ws { - proxy_pass http://frontend/; + proxy_pass http://frontend; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";