From 9ba30ad7f1e53e26c940a6c15f4bc9f2ad89c440 Mon Sep 17 00:00:00 2001 From: Zikil Date: Thu, 31 Oct 2024 22:24:06 +0700 Subject: [PATCH] test docker --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';