[mod] role:synapse-and-nginx:expose well-known stuff

This commit is contained in:
roydfalk 2024-10-18 08:46:17 +02:00
parent 3a9de7a7b4
commit 2a6dd27f81

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;