mongo
This commit is contained in:
parent
f467ca6994
commit
ed687b8d0c
@ -37,4 +37,13 @@ http {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:9001/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name battleship.develop.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.develop.sprinthub.ru:1236/;
|
||||
}
|
||||
}
|
||||
}
|
@ -46,4 +46,13 @@ http {
|
||||
proxy_pass http://dev.sprinthub.ru:9001/;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name battleship.sprinthub.ru;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dev.sprinthub.ru:1236/;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user