From 82e826ee61d5e3003bc8b95382a440afc5ecfd99 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 31 Mar 2022 11:52:41 +0300 Subject: [PATCH] cluster --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 6097258..26be61a 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -6,7 +6,7 @@ http { server_name a.com; location /cluster { - proxy_pass http://0.0.0.0:888; + proxy_pass http://demo.dev.sprinthub.ru:888; } location / {