Compare commits

...

3 commits

3 changed files with 15 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -579,11 +579,11 @@
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1725437989,
"narHash": "sha256-wxBIg9A4X3nvWpgpiG/MjkEIOH3Oxy4Qdhq50BF42jk=",
"lastModified": 1726714659,
"narHash": "sha256-DCngitzTqzhGjoykt7npvuGxc9aWDgZq3Pn+S6++5EM=",
"ref": "master",
"rev": "a49523cc42d61e0dac0d3dcb01cc1ca3fad7070c",
"revCount": 19,
"rev": "c5ba6530fb371d09faf933a08efb288b037705f8",
"revCount": 21,
"type": "git",
"url": "https://git.posixlycorrect.com/fabian/homepage.git"
},

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;
'';
};
};
};
};