Skip to content
Snippets Groups Projects
Commit f409d4e9 authored by Ilia Eriomenco's avatar Ilia Eriomenco Committed by Mihail Gorceag
Browse files

fix: changed proxy_pass in nginx.conf

parent 9dc1d86b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ server {
location / {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_pass http://localhost:4000;
proxy_pass http://client:4000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment