This commit is contained in:
Administrator
2022-09-05 18:38:40 +03:00
parent 7c8993ec6a
commit 02bcf4e558
2 changed files with 1 additions and 4 deletions

View File

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