summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 201a66a8..6a80bd94 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -66,7 +66,7 @@ http {
log_format main '$connection $remote_addr $remote_user $ssl_protocol $server_protocol '
'$host "$request_uri" $status $request_length $body_bytes_sent/$bytes_sent '
- '"$http_referer" "$http_user_agent"';
+ '$request_time "$http_referer" "$http_user_agent"';
access_log syslog:server=unix:/dev/log,nohostname main;
error_log syslog:server=unix:/dev/log,nohostname;
log_not_found off;