update public file index and add @soto's digial signature

This commit is contained in:
Fabian Montero 2024-11-29 00:00:31 -06:00
parent 995b085d82
commit 4e6eaf4bf3
7 changed files with 2 additions and 13 deletions

View file

@ -35,20 +35,9 @@ with lib; {
locations = {
"/".root = "${pkgs.local.homepage}";
"~ ^/pki(?:/(.*))?$" = {
"~ ^/public(?:/(.*))?$" = {
# https://serverfault.com/a/476368
alias = "${../pki}/$1";
extraConfig = ''
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
autoindex_format html;
'';
};
"~ ^/factorio_blueprints(?:/(.*))?$" = {
# https://serverfault.com/a/476368
alias = "${../cdn/factorio_blueprints}/$1";
alias = "${../public_files}/$1";
extraConfig = ''
autoindex on;
autoindex_exact_size on;