comparison conf/nginx.conf @ 2286:d795199b41ad

add double quotes around $request
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Nov 2008 13:26:04 +0000
parents 7d47e1681a62
children c944cba169e3
comparison
equal deleted inserted replaced
2285:c77f4710595c 2286:d795199b41ad
16 16
17 http { 17 http {
18 include mime.types; 18 include mime.types;
19 default_type application/octet-stream; 19 default_type application/octet-stream;
20 20
21 #log_format main '$remote_addr - $remote_user [$time_local] $request ' 21 #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
22 # '"$status" $body_bytes_sent "$http_referer" ' 22 # '"$status" $body_bytes_sent "$http_referer" '
23 # '"$http_user_agent" "$http_x_forwarded_for"'; 23 # '"$http_user_agent" "$http_x_forwarded_for"';
24 24
25 #access_log logs/access.log main; 25 #access_log logs/access.log main;
26 26