element, jitsi: fix vhost_proxy_target

This commit is contained in:
uumas
2024-08-02 05:45:02 +03:00
parent fbbcb365ba
commit 2cef674456
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'