From 2a6dd27f8144fe9fd948f4dc1efcbff169d02e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Fri, 18 Oct 2024 08:46:17 +0200 Subject: [PATCH] [mod] role:synapse-and-nginx:expose well-known stuff --- roles/synapse-and-nginx/templates/conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/synapse-and-nginx/templates/conf.j2 b/roles/synapse-and-nginx/templates/conf.j2 index 952b9e4..1373f00 100644 --- a/roles/synapse-and-nginx/templates/conf.j2 +++ b/roles/synapse-and-nginx/templates/conf.j2 @@ -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;