add cdn and factorio_blueprints

This commit is contained in:
Fabian Montero 2024-10-29 01:25:23 -06:00
parent a462a2df0a
commit e46d1dfef7
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 11 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -44,6 +44,16 @@ with lib; {
autoindex_format html;
'';
};
"~ ^/factorio_blueprints(?:/(.*))?$" = { # https://serverfault.com/a/476368
alias = "${../../cdn/factorio_blueprints}/$1";
extraConfig = ''
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
autoindex_format html;
'';
};
};
};
};