diff --git a/nginx/site.local.conf b/nginx/site.local.conf
index ba8486cd31700e7134f895f9d36fdd8646be8798..061f45185ceffb6951c98104ebeec2d3fcae63b0 100644
--- a/nginx/site.local.conf
+++ b/nginx/site.local.conf
@@ -7,7 +7,7 @@ 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";