Log more at the proxy
This commit is contained in:
parent
f595c8272d
commit
7205859ddd
|
@ -74,6 +74,9 @@ let
|
|||
worker_connections 1024;
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue