mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(access): gensokyo
This commit is contained in:
parent
fdfd6260c1
commit
228e2cf788
6 changed files with 17 additions and 6 deletions
|
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue