mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(nginx): access_log options
This commit is contained in:
parent
398f947d22
commit
37137017c2
5 changed files with 161 additions and 6 deletions
|
|
@ -28,6 +28,7 @@ in {
|
|||
inherit serverName;
|
||||
proxied.enable = mkDefault true;
|
||||
local.denyGlobal = true;
|
||||
accessLog.enable = false;
|
||||
};
|
||||
barcodebuddy = {
|
||||
inherit name;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue