From 7205859ddd9ea4b0345ce6188941a7398556068c Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 17 Jul 2023 17:30:51 -0700 Subject: [PATCH] Log more at the proxy --- lemmy-docker.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lemmy-docker.nix b/lemmy-docker.nix index 1ef2591..34fd5d1 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -74,6 +74,9 @@ let worker_connections 1024; } + error_log /dev/stderr info; + access_log /dev/stdout info; + http { map "$request_method:$http_accept" $proxpass { # If no explicit matches exists below, send traffic to lemmy-ui