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 }}; } }