From 5731034783ce8cf248c4e4de107b1d607ce4d285 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Mon, 14 Feb 2022 13:49:12 +0100 Subject: [PATCH] . --- v2/Generic/Generic | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/v2/Generic/Generic b/v2/Generic/Generic index 6cfc94b..0c04651 100644 --- a/v2/Generic/Generic +++ b/v2/Generic/Generic @@ -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;