lucent-firepit: femboy.industries subdomains

This commit is contained in:
Jill 2023-10-23 09:40:28 +02:00
parent 5785936437
commit e3211a77f5
1 changed files with 10 additions and 1 deletions

View File

@ -79,7 +79,10 @@ in {
#"wint0r.zone".dataDir = "/var/www/wint0r.zone";
#"puzzle.wint0r.zone".dataDir = "/var/www/puzzle.wint0r.zone";
"femboy.industries".dataDir = "/var/www/femboy.industries";
};
} // (listToAttrs (map (value: {
name = "${value}.femboy.industries";
value = { dataDir = "/var/www/femboy.industries/_subdomains/${value}/"; };
}) ["sage"]));
nitter = {
enable = true;
@ -137,6 +140,12 @@ in {
error_page 403 /403.html;
'';
};
"femboy.industries" = {
locations."/_subdomains".extraConfig = ''
deny all;
return 404;
'';
};
# todo: move to flake
"gdpstest.oat.zone" = {
enableACME = true;