Update gitlab URL after gitlab changes

This commit is contained in:
sonny 2023-06-25 17:37:20 +02:00
parent dfba3bfb62
commit 58fade9e5f

View file

@ -24,6 +24,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN;
proxy_pass https://{{ gitlab_ip }}:{{ gitlab_port }};
proxy_pass http://{{ gitlab_ip }}:{{ gitlab_port }};
}
}