diff options
| author | Mel <einebeere@gmail.com> | 2024-12-23 02:59:38 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-23 02:59:38 +0100 |
| commit | 4b0e9071bf1043c5db168fa620137273f13aa64e (patch) | |
| tree | 372eb61d6321e3dc7f30ebeeb2e5da6c1e4d7a25 /services | |
| parent | 42c35b6333fad97c48762a39c2e079c80bf7833e (diff) | |
| download | network-4b0e9071bf1043c5db168fa620137273f13aa64e.tar.zst network-4b0e9071bf1043c5db168fa620137273f13aa64e.zip | |
Add access log directives and service listings to all hosts
Signed-off-by: Mel <einebeere@gmail.com>
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; ''; }; }; |
