This commit is contained in:
Administrator 2022-08-30 23:00:29 +03:00
parent 13637e42f5
commit b992f4465c

View File

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