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 a1df4c5 commit 7017f94Copy full SHA for 7017f94
content/nginx/admin-guide/monitoring/logging.md
@@ -64,7 +64,7 @@ http {
64
log_format upstream_time '$remote_addr - $remote_user [$time_local] '
65
'"$request" $status $body_bytes_sent '
66
'"$http_referer" "$http_user_agent"'
67
- 'rt=$request_time uct="$upstream_connect_time" uht="$upstream_header_time" urt="$upstream_response_time"';
+ 'rt="$request_time" uct="$upstream_connect_time" uht="$upstream_header_time" urt="$upstream_response_time"';
68
69
server {
70
access_log /spool/logs/nginx-access.log upstream_time;
0 commit comments