This commit is contained in:
Administrator 2022-08-22 14:44:54 +03:00
parent f467ca6994
commit ed687b8d0c
2 changed files with 18 additions and 0 deletions

View File

@ -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/;
}
}
}

View File

@ -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/;
}
}
}