# HG changeset patch # User Igor Sysoev # Date 1158390871 0 # Node ID 1f3cc64393b695d8639364ef76d6b771ebc4bd5c # Parent deb2ce14a5004b630fff2bdaa0ac33a542eb6a43 fix "$request $status" order in log_format diff --git a/conf/nginx.conf b/conf/nginx.conf --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,8 +18,8 @@ http { include conf/mime.types; default_type application/octet-stream; - #log_format main '$remote_addr - $remote_user [$time_local] $status ' - # '"$request" $body_bytes_sent "$http_referer" ' + #log_format main '$remote_addr - $remote_user [$time_local] $request ' + # '"$status" $body_bytes_sent "$http_referer" ' # '"$http_user_agent" "$http_x_forwarded_for"'; #access_log logs/access.log main;