replaced location with /

This commit is contained in:
Lukas Post
2021-10-03 00:41:21 +02:00
committed by GitHub
parent 8b4d4da7be
commit 3812a54c0f
+1 -1
View File
@@ -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;