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; server_name dev.develop.sprinthub.ru;
location / { 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; server_name swarmpit.develop.sprinthub.ru;
location / { 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; server_name rabbitmq.develop.sprinthub.ru;
location / { 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; server_name minio.develop.sprinthub.ru;
location / { location / {
proxy_pass http://dev.develop.sprinthub.ru:9001/; proxy_pass http://0.0.0.0:9001/;
} }
} }
} }

View File

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