diff --git a/nginx.conf b/nginx.conf index a9e969d..61e6623 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,7 +39,7 @@ server { server_name anthillsib.ru www.anthillsib.ru; location / { - proxy_pass http://app:3000; + proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';