Skip to content

Commit

Permalink
add double quotes around $request
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsysoev committed Nov 5, 2008
1 parent 694c849 commit 641ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"';

Expand Down

0 comments on commit 641ba44

Please sign in to comment.