Skip to content

Commit

Permalink
fix "$request $status" order in log_format
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Sep 16, 2006
1 parent 629be0a commit e8f23e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8f23e9

Please sign in to comment.