From 3812a54c0fa0ead6c74f6f039b9733f8891270f9 Mon Sep 17 00:00:00 2001 From: Lukas Post <18466902+deutschepost@users.noreply.github.com> Date: Sun, 3 Oct 2021 00:41:21 +0200 Subject: [PATCH] replaced location with / --- synapse.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse.subdomain.conf.sample b/synapse.subdomain.conf.sample index 0bc3e62..ca01b50 100644 --- a/synapse.subdomain.conf.sample +++ b/synapse.subdomain.conf.sample @@ -20,7 +20,7 @@ server { # enable for Authelia #include /config/nginx/authelia-server.conf; - location ~* ^(\/_matrix|\/_synapse\/client) { + location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd;