diff --git a/host_login.yaml b/host_login.yaml index a3a65f0..e151e16 100644 --- a/host_login.yaml +++ b/host_login.yaml @@ -7,8 +7,8 @@ - hosts: 'login' vars: - reverse_proxy_proxy_protocol: false - nginx_proxy_protocol: false + reverse_proxy_proxy_protocol: true + nginx_proxy_protocol: true roles: - role: 'dns_record' - role: 'reverse_proxy' diff --git a/host_matrix.yaml b/host_matrix.yaml index 88ff758..497583f 100644 --- a/host_matrix.yaml +++ b/host_matrix.yaml @@ -5,6 +5,9 @@ vm_size: '10G' - hosts: 'matrix' + vars: + nginx_proxy_protocol: true + reverse_proxy_proxy_protocol: true roles: - role: 'dns_record' - role: 'reverse_proxy' diff --git a/host_nextcloud.yaml b/host_nextcloud.yaml index 87ddfa7..eda8a40 100644 --- a/host_nextcloud.yaml +++ b/host_nextcloud.yaml @@ -7,8 +7,8 @@ - hosts: 'nextcloud' vars: - reverse_proxy_proxy_protocol: false - nginx_proxy_protocol: false + reverse_proxy_proxy_protocol: true + nginx_proxy_protocol: true nginx_tls_1_2: true roles: - role: 'dns_record' diff --git a/host_status.yaml b/host_status.yaml index 975ca16..82b9d14 100644 --- a/host_status.yaml +++ b/host_status.yaml @@ -7,8 +7,8 @@ - hosts: 'status' vars: - nginx_proxy_protocol: false - reverse_proxy_proxy_protocol: false + nginx_proxy_protocol: true + reverse_proxy_proxy_protocol: true roles: - role: 'dns_record' - role: 'reverse_proxy'