nginx auth: oops

This commit is contained in:
2025-02-22 19:11:30 +02:00
parent 938dbbedf3
commit 8a33ea32f4

View File

@@ -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};
'';