rabbit-ports

This commit is contained in:
Administrator 2022-09-03 23:45:17 +03:00
parent 7a3a0a2955
commit 1962a9fc2b

View File

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