From e5572b59b167f654f3526c163cd3c2d74bf299cc Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 31 Mar 2022 11:58:45 +0300 Subject: [PATCH] queue --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 26be61a..cae64cd 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -5,8 +5,8 @@ http { listen 80; server_name a.com; - location /cluster { - proxy_pass http://demo.dev.sprinthub.ru:888; + location /queue/ { + proxy_pass http://rabbitmq:15672/; } location / {