fix(access): gensokyo

This commit is contained in:
arcnmx 2024-01-24 08:09:05 -08:00
parent fdfd6260c1
commit 228e2cf788
6 changed files with 17 additions and 6 deletions

View file

@ -29,5 +29,12 @@ with lib; {
#proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
'';
clientMaxBodySize = "512m";
virtualHosts.fallback = {
serverName = null;
default = mkDefault true;
locations."/".extraConfig = mkDefault ''
return 404;
'';
};
};
}