test docker

This commit is contained in:
Zikil 2024-10-31 22:24:06 +07:00
parent c6d76a229e
commit 9ba30ad7f1

View File

@ -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';