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 / {