refactor(nginx): fastcgi params

This commit is contained in:
arcnmx 2024-04-20 15:08:27 -07:00
parent aa13db5f96
commit 818106a50f
8 changed files with 197 additions and 83 deletions

View file

@ -51,6 +51,8 @@ in {
virtualHosts = {
grocy'php = mkIf grocy.enable {
inherit serverName;
proxied.enable = true;
local.denyGlobal = true;
};
grocy = mkMerge [ luaAuthHost {
inherit name extraConfig locations;