anonymous-overflow: Force auth
This commit is contained in:
parent
bb911d8842
commit
af44f6050c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue