scrape: enable http autoindex

This commit is contained in:
Astro 2021-11-12 00:24:40 +01:00
parent 3ae9feaa9d
commit 5881a795af
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ in {
forceSSL = true;
enableACME = true;
root = config.users.users.scrape.home;
extraConfig = ''
autoindex on;
'';
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];