diff --git a/nginx/site.local.conf b/nginx/site.local.conf
index 10882b16c8f05181a8bd5c0f4d6329d65d757752..ba8486cd31700e7134f895f9d36fdd8646be8798 100644
--- a/nginx/site.local.conf
+++ b/nginx/site.local.conf
@@ -8,6 +8,9 @@ server {
 
         location / {
             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;