matrix-docker-ansible-deploy/roles/custom/matrix-nginx-proxy/templates/nginx/conf.d
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
..
matrix-base-domain.conf.j2 nginx: fix base domain configuration to allow serving custom content 2023-05-03 19:27:57 +00:00
matrix-bot-buscarron.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-bot-go-neb.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-client-cinny.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-client-element.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-client-hydrogen.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-client-schildichat.conf.j2 add SchildiChat client 2023-08-30 19:23:52 +03:00
matrix-conduit.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-dendrite.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-dimension.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-domain.conf.j2 Update matrix-domain.conf.j2 - trying to fix issue #2954 (#2985) 2023-11-09 09:00:25 +02:00
matrix-etherpad.conf.j2 standalone etherpad 2022-11-04 11:36:10 +02:00
matrix-grafana.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-jitsi.conf.j2 Do not assume the jitsi_jvb_servers group is defined in everyone's inventory 2023-08-25 15:50:10 +03:00
matrix-mautrix-wsproxy.conf.j2 wsproxy for Android SMS (#2261) 2023-08-23 15:05:32 +03:00
matrix-ntfy.conf.j2 Upgrade ntfy (v2.7.0-0 -> v2.7.0-2) and switch it to a non-privileged port 2023-08-26 08:21:15 +03:00
matrix-rageshake.conf.j2 Add rageshake server 2023-02-24 16:55:49 +01:00
matrix-riot-web.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-sygnal.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00
matrix-synapse.conf.j2 Reverse-proxy to Synapse via matrix-synapse-reverse-proxy-companion 2022-11-20 16:43:33 +02:00
nginx-http.conf.j2 Move roles/matrix* to roles/custom/matrix* 2022-11-03 09:11:29 +02:00