diff --git a/server-nginx-default b/server-nginx-default index 59d9133..d1c6f25 100644 --- a/server-nginx-default +++ b/server-nginx-default @@ -53,7 +53,7 @@ server { # GooseFarm Frontend location /goosefarm { - proxy_pass http://localhost:3001/; + proxy_pass http://localhost:3001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; @@ -202,7 +202,7 @@ server { # GooseFarm Frontend location /goosefarm { - proxy_pass http://localhost:3001/; + proxy_pass http://localhost:3001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';