feat: add experiments.winston.sh

This commit is contained in:
winston 2024-08-23 20:35:29 +02:00
parent 53c659c15d
commit 66f7faf74b

View file

@ -6,4 +6,20 @@
locations."/".root = ./www; locations."/".root = ./www;
}; };
services.nginx.virtualHosts."experiments.winston.sh" = {
forceSSL = true;
enableACME = false;
useACMEHost = "winston.sh";
locations."/" = {
root = "/var/lib/winston.sh/experiments";
extraConfig = ''
autoindex on;
autoindex_exact_size off;
autoindex_format html;
autoindex_localtime on;
'';
};
};
} }