matrix-docker-ansible-deploy/roles/custom/matrix-nginx-proxy
T. Küchel 81ee0749c8
Update matrix-domain.conf.j2 - trying to fix issue #2954 (#2985)
* Update matrix-domain.conf.j2

exchanged "^~" with "~" as a pattern matching in the location part.
I am very sure, that it only works using "~". I am not quite sure though, if this is the right way to do it, because "~" is probably more expensive than "^~"

the rewrite has to be behind the definition of the $backend. Otherwise nginx will fail to work. This is probably because "break" goes directly to the proxy_pass which uses $backend.

* Update matrix-domain.conf.j2

also change the order of "set $backend" and "rewrite" here in the 3pid registration section

* Update matrix-domain.conf.j2 - repeat v3_to_r0 rewrite in else-statement

as you said: repeat it for the else-case, where the ma1sd might be running on sans_container.

* Update matrix-domain.conf.j2 - corrected wrong variable

atrix_nginx_proxy_proxy_matrix_3pid_registration_v3_to_r0_redirect_enabled
is the right variable to check (twice) in the corresponding branch.

* matrix-domain.conf.j2 - fix-2954: change all whitespaces to tabs as you do it

---------

Co-authored-by: Tobias Küchel <t.kuechel@humboldt-ka.de>
2023-11-09 09:00:25 +02:00
..
defaults Try to fix /_matrix/client/v3 for ma1sd via URL rewriting to (/_matrix/client/r0) 2023-11-08 11:31:18 +02:00
tasks Fix Schildichat config cleanup for matrix-nginx-proxy 2023-09-16 10:27:50 +03:00
templates Update matrix-domain.conf.j2 - trying to fix issue #2954 (#2985) 2023-11-09 09:00:25 +02:00
vars Add service groups 2022-11-23 11:45:47 +02:00