This commit is contained in:
Administrator
2022-08-31 13:32:33 +03:00
parent f25268f0db
commit 439b0b715d
4 changed files with 19 additions and 35 deletions

View File

@@ -3,15 +3,6 @@ events {}
http {
client_max_body_size 50m;
server {
listen 80;
server_name dev.develop.sprinthub.ru;
location / {
proxy_pass http://sprint-nginx:1235/;
}
}
server {
listen 80;
server_name swarmpit.develop.sprinthub.ru;
@@ -26,7 +17,7 @@ http {
server_name rabbitmq.develop.sprinthub.ru;
location / {
proxy_pass http://rabbitmq:15672/;
proxy_pass http://dev.develop.sprinthub.ru:15672/;
}
}
@@ -35,7 +26,7 @@ http {
server_name minio.develop.sprinthub.ru;
location / {
proxy_pass http://minio:9001/;
proxy_pass http://dev.develop.sprinthub.ru:9001/;
}
}
@@ -50,10 +41,11 @@ http {
server {
listen 80;
server_name *.develop.sprinthub.ru;
server_name dev.develop.sprinthub.ru;
location / {
proxy_pass http://develop.sprinthub.ru/;
proxy_pass http://sprint-nginx:1235/;
}
}
}