rabbit-ports

This commit is contained in:
Administrator 2022-09-03 23:44:18 +03:00
parent 29a0e6a793
commit 7a3a0a2955

View File

@ -17,7 +17,7 @@ http {
server_name rabbitmq.develop.sprinthub.ru; server_name rabbitmq.develop.sprinthub.ru;
location / { location / {
proxy_pass http://rabbitmq:15672/; proxy_pass http://rabbitmq:15671/;
} }
} }