mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
add double quotes around $request
This commit is contained in:
@@ -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"';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user