WIP: Rolle | MAS #2

Draft
roydfalk wants to merge 22 commits from dev-mas into main
Showing only changes of commit 2a6dd27f81 - Show all commits

View file

@ -1,5 +1,5 @@
{% macro synapse_common() %}
location ~ ^(/_matrix|/_synapse/client) {
location ~ ^(/_matrix|/_synapse/client|/.well-known) {
proxy_pass http://localhost:8008;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;