fix "$request $status" order in log_format

This commit is contained in:
Igor Sysoev 2006-09-16 07:14:31 +00:00
parent 31bec20421
commit 04c9a0a51c
1 changed files with 2 additions and 2 deletions

View File

@ -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;