Switch to base stdout & stderr
And remove the info from access_log, since it was complaining.
This commit is contained in:
parent
21dff7c230
commit
e51a1d5bb4
@ -76,8 +76,8 @@ let
|
||||
}
|
||||
|
||||
http {
|
||||
error_log /dev/stderr info;
|
||||
access_log /dev/stdout info;
|
||||
error_log stderr info;
|
||||
access_log stdout;
|
||||
|
||||
map "$request_method:$http_accept" $proxpass {
|
||||
# If no explicit matches exists below, send traffic to lemmy-ui
|
||||
|
Loading…
Reference in New Issue
Block a user