Switch to base stdout & stderr

And remove the info from access_log, since it was complaining.
This commit is contained in:
niten 2023-07-17 18:26:35 -07:00
parent 21dff7c230
commit e51a1d5bb4

View File

@ -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