mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
fix trusted proxies
This commit is contained in:
parent
3f3b5d27a8
commit
23ac836f2a
@ -135,7 +135,7 @@ gitlab_rails['db_password'] = '{{ gitlab_external_db_password }}'
|
||||
{% endif %}
|
||||
|
||||
{% if gitlab_trusted_proxies %}
|
||||
gitlab_rails['trusted_proxies'] = '{{ gitlab_trusted_proxies | map("to_json") | join(", ") }}'
|
||||
gitlab_rails['trusted_proxies'] = [{{ gitlab_trusted_proxies | map("to_json") | join("', '") }}]
|
||||
{% endif %}
|
||||
|
||||
gitlab_rails['gitlab_shell_ssh_port'] = "22220"
|
||||
|
Loading…
Reference in New Issue
Block a user