# HG changeset patch # User Igor Sysoev # Date 1225891564 0 # Node ID d795199b41adf847e2bc2345c3a035f905b3f1f9 # Parent c77f4710595c23c3344880b346f80c4d739eb36e add double quotes around $request diff --git a/conf/nginx.conf b/conf/nginx.conf --- 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"';