We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bf8da commit b40d1d5Copy full SHA for b40d1d5
config/log.conf
@@ -1,6 +1,6 @@
1
log_format main '$remote_addr - $remote_user [$time_local] $status '
2
'"$request" $body_bytes_sent "$http_referer" '
3
- '"$http_user_agent" "$http_x_forwarded_for"';
+ '"$http_user_agent" "$http_x_forwarded_for" $proxy_x_request_id';
4
5
access_log /dev/stdout main;
6
error_log /dev/stdout warn;
0 commit comments