battleship

This commit is contained in:
Administrator
2022-08-30 21:58:53 +03:00
parent 2a92e338e2
commit 04f4b3a420
2 changed files with 3 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ http {
server_name battleship.develop.sprinthub.ru;
location / {
proxy_pass http://dev.develop.sprinthub.ru:1236/;
proxy_pass http://battleship-nginx:1236/;
}
}
}