This commit is contained in:
Stefan Wieczorek
2022-04-19 07:52:51 +02:00
parent 5128ee8e59
commit 68fb7bc94c
31 changed files with 155 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent;
}
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}}
try_files $uri $uri/ /index.php?$args;