This commit is contained in:
Stefan Wieczorek
2022-03-14 17:22:23 +01:00
parent 5731034783
commit 4670a545eb
2 changed files with 1 additions and 64 deletions

View File

@@ -11,20 +11,11 @@ server {
{{nginx_access_log}}
{{nginx_error_log}}
#if ($bad_bot = 1) {
# return 403;
#}
if ($scheme != "https") {
rewrite ^ https://$host$uri permanent;
}
location ~ /.well-known {
auth_basic off;
allow all;
}
{{basic_auth}}
{{settings}}
try_files $uri $uri/ /index.php?$args =404;
index index.php index.html;