This commit is contained in:
Administrator
2022-08-30 22:28:41 +03:00
parent edc315b4f5
commit 21d980c77c
4 changed files with 6 additions and 2 deletions

View File

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