From 58fade9e5f8d3281ced271706437b14c821c381b Mon Sep 17 00:00:00 2001 From: sonny Date: Sun, 25 Jun 2023 17:37:20 +0200 Subject: [PATCH] Update gitlab URL after gitlab changes --- templates/nginx/gitlab.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nginx/gitlab.j2 b/templates/nginx/gitlab.j2 index d3e204e..f51d28d 100644 --- a/templates/nginx/gitlab.j2 +++ b/templates/nginx/gitlab.j2 @@ -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 }}; } }