changeset 2286:d795199b41ad

add double quotes around $request
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Nov 2008 13:26:04 +0000
parents c77f4710595c
children baa61933d5ed
files conf/nginx.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -18,7 +18,7 @@ http {
     include       mime.types;
     default_type  application/octet-stream;
 
-    #log_format  main  '$remote_addr - $remote_user [$time_local] $request '
+    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
     #                  '"$status" $body_bytes_sent "$http_referer" '
     #                  '"$http_user_agent" "$http_x_forwarded_for"';