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;