1
0
Fork 0

anonymous-overflow: Force auth

This commit is contained in:
Daniel Kempkens 2023-02-15 22:11:46 +01:00
parent bb911d8842
commit af44f6050c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -32,9 +32,9 @@ in
root = "${anonymous-overflow-pkg}/share/anonymous-overflow/public/";
forceSSL = false;
enableACME = false;
basicAuthFile = config.age.secrets.anonymous-overflow-auth.path;
locations."/" = {
basicAuthFile = config.age.secrets.anonymous-overflow-auth.path;
tryFiles = "$uri @proxy";
};