sprint
This commit is contained in:
@@ -107,4 +107,6 @@ volumes:
|
||||
|
||||
networks:
|
||||
battleship-nginx:
|
||||
external: true
|
||||
sprint-nginx:
|
||||
external: true
|
@@ -107,4 +107,6 @@ volumes:
|
||||
|
||||
networks:
|
||||
battleship-nginx:
|
||||
external: true
|
||||
sprint-nginx:
|
||||
external: true
|
@@ -8,7 +8,7 @@ http {
|
||||
server_name dev.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:1235/;
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -7,7 +7,7 @@ http {
|
||||
server_name dev.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:1235/;
|
||||
proxy_pass http://sprint-nginx:1235/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user