Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-05 16:26:04 +0300
committerIgor Sysoev <igor@sysoev.ru>2008-11-05 16:26:04 +0300
commit641ba448cd230b99c6af26c93f4745e4c2a3ea8e (patch)
treee001c1b0b5a2b6ff13351fce36f53b43d07da2db /conf
parent694c84975dd097f60239b4cbd8c06af29f4140c0 (diff)
add double quotes around $request
Diffstat (limited to 'conf')
-rw-r--r--conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 315245d14..7fac1e6b2 100644
--- 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"';