add cdn and factorio_blueprints
This commit is contained in:
parent
a462a2df0a
commit
e46d1dfef7
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
|
@ -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