update public file index and add @soto's digial signature
This commit is contained in:
parent
995b085d82
commit
4e6eaf4bf3
BIN
sys/platforms/vps/public_files/sfd_ClientesLinux_DEB64_Rev26.zip
Normal file
BIN
sys/platforms/vps/public_files/sfd_ClientesLinux_DEB64_Rev26.zip
Normal file
Binary file not shown.
|
@ -35,20 +35,9 @@ with lib; {
|
||||||
locations = {
|
locations = {
|
||||||
"/".root = "${pkgs.local.homepage}";
|
"/".root = "${pkgs.local.homepage}";
|
||||||
|
|
||||||
"~ ^/pki(?:/(.*))?$" = {
|
"~ ^/public(?:/(.*))?$" = {
|
||||||
# https://serverfault.com/a/476368
|
# https://serverfault.com/a/476368
|
||||||
alias = "${../pki}/$1";
|
alias = "${../public_files}/$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";
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_exact_size on;
|
autoindex_exact_size on;
|
||||||
|
|
Loading…
Reference in a new issue