This commit is contained in:
Egor Matveev 2022-03-31 11:58:45 +03:00
parent 82e826ee61
commit e5572b59b1

View File

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