diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 9fe6f88..fea5365 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -59,7 +59,7 @@ http { # Proxy API calls to backend location /api { - proxy_pass http://localhost:3001; + proxy_pass http://127.0.0.1:3001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';