add autoindex

This commit is contained in:
zackartz 2024-05-03 15:58:29 -04:00
parent afcf22a196
commit e220cd68ae
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -22,5 +22,8 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
root = "/var/www/mirror.zackmyers.io"; root = "/var/www/mirror.zackmyers.io";
location."/".extraConfig = ''
autoindex on;
'';
}; };
} }