element, jitsi: fix vhost_proxy_target
This commit is contained in:
@@ -6,5 +6,5 @@ dependencies:
|
|||||||
vhost_type: reverse_proxy
|
vhost_type: reverse_proxy
|
||||||
vhost_id: element
|
vhost_id: element
|
||||||
vhost_domains: "{{ element_domains }}"
|
vhost_domains: "{{ element_domains }}"
|
||||||
vhost_proxy_target: http://127.0.0.1:{{ ports.element_http }}
|
vhost_proxy_target_port: "{{ ports.element_http }}"
|
||||||
when: reverse_proxy_type != 'none' and reverse_proxy_type != 'traefik'
|
when: reverse_proxy_type != 'none' and reverse_proxy_type != 'traefik'
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ dependencies:
|
|||||||
vhost_id: jitsi
|
vhost_id: jitsi
|
||||||
vhost_domains:
|
vhost_domains:
|
||||||
- "{{ jitsi_domain }}"
|
- "{{ jitsi_domain }}"
|
||||||
vhost_proxy_target: http://127.0.0.1:{{ ports.jitsi_http }}
|
vhost_proxy_target_port: "{{ ports.jitsi_http }}"
|
||||||
when: reverse_proxy_type != 'traefik'
|
when: reverse_proxy_type != 'traefik'
|
||||||
|
|||||||
Reference in New Issue
Block a user