Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/log.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
log_format main '$remote_addr - $remote_user [$time_local] $status '
22
'"$request" $body_bytes_sent "$http_referer" '
3-
'"$http_user_agent" "$http_x_forwarded_for"';
3+
'"$http_user_agent" "$http_x_forwarded_for" $proxy_x_request_id';
44

55
access_log /dev/stdout main;
66
error_log /dev/stdout warn;

0 commit comments

Comments
 (0)