This commit is contained in:
Administrator
2022-09-04 00:30:28 +03:00
parent 1962a9fc2b
commit ba60154492
3 changed files with 11 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ http {
server_name gitlab.sprinthub.ru;
location / {
proxy_pass http://gitlab:80/;
proxy_pass http://dev.sprinthub.ru:1234/;
}
}
@@ -26,7 +26,7 @@ http {
server_name rabbitmq.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:15672/;
proxy_pass http://rabbitmq:15672/;
}
}
@@ -35,7 +35,7 @@ http {
server_name minio.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:9001/;
proxy_pass http://minio:9001/;
}
}