update $status in log_format example

This commit is contained in:
Igor Sysoev 2009-04-06 13:43:46 +00:00
parent 32b29d3b03
commit 34df303fde
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ http {
default_type application/octet-stream;
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '"$status" $body_bytes_sent "$http_referer" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';
#access_log logs/access.log main;