Log more at the proxy

This commit is contained in:
niten 2023-07-17 17:30:51 -07:00
parent f595c8272d
commit 7205859ddd
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ let
worker_connections 1024; worker_connections 1024;
} }
error_log /dev/stderr info;
access_log /dev/stdout info;
http { http {
map "$request_method:$http_accept" $proxpass { map "$request_method:$http_accept" $proxpass {
# If no explicit matches exists below, send traffic to lemmy-ui # If no explicit matches exists below, send traffic to lemmy-ui