sprint
This commit is contained in:
@@ -2,14 +2,6 @@ events {}
|
||||
|
||||
http {
|
||||
client_max_body_size 50m;
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
@@ -34,7 +26,7 @@ http {
|
||||
server_name rabbitmq.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://rabbitmq:15672/;
|
||||
proxy_pass http://dev.sprinthub.ru:15672/;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +35,7 @@ http {
|
||||
server_name minio.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://minio:9001/;
|
||||
proxy_pass http://dev.sprinthub.ru:9001/;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,4 +47,13 @@ http {
|
||||
proxy_pass http://battleship-nginx:1236/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name dev.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user