From f1c189f61cdfa8aaa98b620ede846c750dec0655 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 21 Aug 2022 16:01:56 +0300 Subject: [PATCH] ports --- nginx/nginx-dev/nginx-dev.conf | 8 ++++---- nginx/nginx-prod/nginx-prod.conf | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nginx/nginx-dev/nginx-dev.conf b/nginx/nginx-dev/nginx-dev.conf index 5964de9..b88211d 100644 --- a/nginx/nginx-dev/nginx-dev.conf +++ b/nginx/nginx-dev/nginx-dev.conf @@ -7,7 +7,7 @@ http { server_name dev.develop.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:1235/; + proxy_pass http://dev.develop.sprinthub.ru:1235/; } } @@ -16,7 +16,7 @@ http { server_name swarmpit.develop.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:888/; + proxy_pass http://dev.develop.sprinthub.ru:888/; } } @@ -25,7 +25,7 @@ http { server_name rabbitmq.develop.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:15672/; + proxy_pass http://dev.develop.sprinthub.ru:15672/; } } @@ -34,7 +34,7 @@ http { server_name minio.develop.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:9001/; + proxy_pass http://dev.develop.sprinthub.ru:9001/; } } } \ No newline at end of file diff --git a/nginx/nginx-prod/nginx-prod.conf b/nginx/nginx-prod/nginx-prod.conf index 79fa382..83e5ac3 100644 --- a/nginx/nginx-prod/nginx-prod.conf +++ b/nginx/nginx-prod/nginx-prod.conf @@ -7,7 +7,7 @@ http { server_name dev.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:1235/; + proxy_pass http://dev.sprinthub.ru:1235/; } } @@ -16,7 +16,7 @@ http { server_name gitlab.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:1234/; + proxy_pass http://dev.sprinthub.ru:1234/; } } @@ -25,7 +25,7 @@ http { server_name swarmpit.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:888/; + proxy_pass http://dev.sprinthub.ru:888/; } } @@ -34,7 +34,7 @@ http { server_name rabbitmq.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:15672/; + proxy_pass http://dev.sprinthub.ru:15672/; } } @@ -43,7 +43,7 @@ http { server_name minio.sprinthub.ru; location / { - proxy_pass http://0.0.0.0:9001/; + proxy_pass http://dev.sprinthub.ru:9001/; } } } \ No newline at end of file