From 8a33ea32f4dec9136ab2a1977f62f251063c9b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 22 Feb 2025 19:11:30 +0200 Subject: [PATCH] nginx auth: oops --- hosts/fwminex/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index d911856..b55e880 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -365,10 +365,6 @@ in virtualHosts."r1.jakstys.lt" = { extraConfig = '' error_page 497 301 =307 https://$host:$server_port$request_uri; - satisfy any; - allow 127.0.0.1; - allow ::1; - deny all; auth_basic secured; auth_basic_user_file ${config.age.secrets.r1-htpasswd.path}; '';