test docker
This commit is contained in:
parent
c6d76a229e
commit
9ba30ad7f1
@ -39,7 +39,7 @@ server {
|
|||||||
server_name anthillsib.ru www.anthillsib.ru;
|
server_name anthillsib.ru www.anthillsib.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://app:3000;
|
proxy_pass http://localhost:3000;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection 'upgrade';
|
proxy_set_header Connection 'upgrade';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user