This commit is contained in:
Administrator
2022-09-04 09:45:51 +03:00
parent 20787161ac
commit 34838afbb3
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ http {
server_name gitlab.sprinthub.ru;
location / {
proxy_pass http://dev.sprinthub.ru:1234/;
proxy_pass http://gitlab:80/;
}
}