Compare commits
3 commits
eda3ab9aab
...
e46d1dfef7
Author | SHA1 | Date | |
---|---|---|---|
Fabian Montero | e46d1dfef7 | ||
Fabian Montero | a462a2df0a | ||
Fabian Montero | 7fb0835247 |
1
cdn/factorio_blueprints/red_circuits.txt
Normal file
1
cdn/factorio_blueprints/red_circuits.txt
Normal file
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue