summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-06 13:43:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-06 13:43:46 +0000
commit74732dded23b68d2196fe4a150e026d794cf71f6 (patch)
tree056c2be1d2145c4d4ae44f3eb83265da770336c9
parent4f1192651d59b3051cdddf86610e9ee6db52062e (diff)
downloadnginx-74732dded23b68d2196fe4a150e026d794cf71f6.tar.gz
nginx-74732dded23b68d2196fe4a150e026d794cf71f6.tar.bz2
update $status in log_format example
-rw-r--r--conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 7fac1e6b2..672ce8c83 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -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;