This commit is contained in:
Administrator
2022-08-21 15:59:36 +03:00
parent 11c928dccc
commit d79461d5d4
2 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ http {
server_name dev.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:1235/;
proxy_pass http://0.0.0.0:1235/;
}
}
@@ -16,7 +16,7 @@ http {
server_name swarmpit.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:888/;
proxy_pass http://0.0.0.0:888/;
}
}
@@ -25,7 +25,7 @@ http {
server_name rabbitmq.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:15672/;
proxy_pass http://0.0.0.0:15672/;
}
}
@@ -34,7 +34,7 @@ http {
server_name minio.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:9001/;
proxy_pass http://0.0.0.0:9001/;
}
}
}