diff --git a/nginx/conf/nginx.conf b/nginx/conf/nginx.conf index b6791dc..79539e5 100644 --- a/nginx/conf/nginx.conf +++ b/nginx/conf/nginx.conf @@ -59,9 +59,10 @@ http { error_log /var/log/nginx/error.log; # Log format Settings - log_format rt_cache '$remote_addr $upstream_response_time $upstream_cache_status [$time_local] ' + log_format rt_cache '$remote_addr $srcache_fetch_status [$time_local] ' '$http_host "$request" $status $body_bytes_sent ' - '"$http_referer" "$http_user_agent"'; + '"$http_referer" "$http_user_agent"' + '$upstream_response_time $request_time'; ## # Gzip Settings