Update gitlab URL after gitlab changes
This commit is contained in:
parent
dfba3bfb62
commit
58fade9e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue