fix for error hopefully
This commit is contained in:
parent
7b85f35e13
commit
55f6da7af2
@ -63,7 +63,7 @@
|
||||
- name: Generate Wsproxy proxying configuration for matrix-nginx-proxy
|
||||
set_fact:
|
||||
matrix_mautrix_wsproxy_matrix_nginx_proxy_configuration: |
|
||||
location ~ ^/(_matrix/client/unstable/fi.mau.syncproxy/*) {
|
||||
location ~ ^/(_matrix/client/unstable/fi.mau.syncproxy/.*) {
|
||||
{% if matrix_nginx_proxy_enabled|default(False) %}
|
||||
{# Use the embedded DNS resolver in Docker containers to discover the service #}
|
||||
resolver 127.0.0.11 valid=5s;
|
||||
@ -78,6 +78,7 @@
|
||||
proxy_set_header Connection "upgrade";
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
when: matrix_mautrix_wsproxy_enabled|bool
|
||||
|
||||
- name: Register Wsproxy's proxying configuration with matrix-nginx-proxy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user