feat(nginx): access_log options

This commit is contained in:
arcnmx 2024-06-16 10:26:59 -07:00
parent 398f947d22
commit 37137017c2
5 changed files with 161 additions and 6 deletions

View file

@ -28,6 +28,7 @@ in {
inherit serverName;
proxied.enable = mkDefault true;
local.denyGlobal = true;
accessLog.enable = false;
};
barcodebuddy = {
inherit name;

View file

@ -59,6 +59,7 @@ in {
inherit serverName;
proxied.enable = true;
local.denyGlobal = true;
accessLog.enable = false;
};
grocy = mkMerge [
luaAuthHost
@ -101,6 +102,7 @@ in {
enable = true;
localSso.enable = true;
};
accessLog.enable = false;
}
];
};