Compare commits

...

2 commits

View file

@ -226,6 +226,7 @@ let secrets = import ../secrets.nix; in
basicAuth = userlist; basicAuth = userlist;
extraConfig = '' extraConfig = ''
autoindex on; autoindex on;
add_header Cache-Control max-age=172800
''; '';
proxyWebsockets = true; proxyWebsockets = true;
}; };