request can include commata
This commit is contained in:
parent
3a4a8a9a94
commit
7b1c87bcc3
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ write_files:
|
|||
##
|
||||
# Logging Settings
|
||||
##
|
||||
log_format csv '$time_iso8601,$remote_addr,$remote_user,$request,$status,$body_bytes_sent,$http_referer,"$http_user_agent"';
|
||||
log_format csv '$time_iso8601,$remote_addr,$remote_user,"$request",$status,$body_bytes_sent,$http_referer,"$http_user_agent"';
|
||||
access_log /var/log/nginx/access.csv csv;
|
||||
error_log /var/log/nginx/error.log;
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue