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_id: element
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'