This commit is contained in:
Administrator
2022-08-30 22:58:11 +03:00
parent 5919d1b5d5
commit 13637e42f5
4 changed files with 18 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ http {
server_name rabbitmq.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:15672/;
proxy_pass http://rabbitmq:15672/;
}
}
@@ -43,7 +43,7 @@ http {
server_name minio.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:9001/;
proxy_pass http://minio:9001/;
}
}