diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/conduwuit.nix | 2 | ||||
| -rw-r--r-- | services/immich.nix | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/services/conduwuit.nix b/services/conduwuit.nix index af59f7f..5935219 100644 --- a/services/conduwuit.nix +++ b/services/conduwuit.nix @@ -62,6 +62,8 @@ in proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600; + + access_log /var/log/nginx/conduwuit.access.log json_combined; ''; }; }; diff --git a/services/immich.nix b/services/immich.nix index 1217593..b1a6a6f 100644 --- a/services/immich.nix +++ b/services/immich.nix @@ -110,6 +110,8 @@ in proxy_read_timeout 600s; proxy_send_timeout 600s; send_timeout 600s; + + access_log /var/log/nginx/immich.access.log json_combined; ''; }; }; |
