This commit is contained in:
2022-09-03 20:38:36 +00:00
parent 03e41e27d0
commit 1faf8b6218
6 changed files with 44 additions and 6 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/;
}
}