remove basic-auth from diday.org

This commit is contained in:
lilly 2026-04-30 01:12:23 +02:00
commit e3b638b10f
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 0 additions and 12 deletions

View file

@ -46,10 +46,6 @@ in
} }
]; ];
basicAuth = {
"preview" = "liebe";
};
extraConfig = '' extraConfig = ''
return 301 https://diday.org; return 301 https://diday.org;
''; '';
@ -74,10 +70,6 @@ in
} }
]; ];
basicAuth = {
"preview" = "liebe";
};
root = "${dataDir}"; root = "${dataDir}";
extraConfig = '' extraConfig = ''

View file

@ -35,10 +35,6 @@ in
} }
]; ];
basicAuth = {
"preview" = "liebe";
};
extraConfig = '' extraConfig = ''
# Make use of the ngx_http_realip_module to set the $remote_addr and # Make use of the ngx_http_realip_module to set the $remote_addr and
# $remote_port to the client address and client port, when using proxy # $remote_port to the client address and client port, when using proxy