This commit is contained in:
Administrator
2022-09-04 10:07:18 +03:00
parent 34838afbb3
commit a6b66b0791
4 changed files with 8 additions and 1 deletions

View File

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