sprint
This commit is contained in:
parent
edc315b4f5
commit
21d980c77c
@ -107,4 +107,6 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
battleship-nginx:
|
battleship-nginx:
|
||||||
|
external: true
|
||||||
|
sprint-nginx:
|
||||||
external: true
|
external: true
|
@ -107,4 +107,6 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
battleship-nginx:
|
battleship-nginx:
|
||||||
|
external: true
|
||||||
|
sprint-nginx:
|
||||||
external: true
|
external: true
|
@ -8,7 +8,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://sprint-nginx:1235/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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://sprint-nginx:1235/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user