From 21dff7c230df07683bedd6b93144dedb519915d3 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 17 Jul 2023 18:10:31 -0700 Subject: [PATCH] "access_log clause not allowed here" --- lemmy-docker.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lemmy-docker.nix b/lemmy-docker.nix index 51d052d..ab91be1 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -75,10 +75,10 @@ let worker_connections 1024; } - error_log /dev/stderr info; - access_log /dev/stdout info; - http { + error_log /dev/stderr info; + access_log /dev/stdout info; + map "$request_method:$http_accept" $proxpass { # If no explicit matches exists below, send traffic to lemmy-ui default "http://lemmy-ui";