Update gitlab ip/port
This commit is contained in:
parent
8a3463bc3b
commit
497c18ebc0
2 changed files with 4 additions and 2 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 }};
|
||||
proxy_pass https://{{ gitlab_ip }}:{{ gitlab_port }};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue