"access_log clause not allowed here"

This commit is contained in:
niten 2023-07-17 18:10:31 -07:00
parent 0058c1dd1f
commit 21dff7c230
1 changed files with 3 additions and 3 deletions

View File

@ -75,10 +75,10 @@ let
worker_connections 1024;
}
http {
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
default "http://lemmy-ui";