We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f4f15 commit ad1ae2fCopy full SHA for ad1ae2f
src/etc/nginx/includes/log-format.conf
@@ -35,5 +35,5 @@ log_format json_analytics escape=json '{'
35
'"server_protocol": "$server_protocol", ' # request protocol, like HTTP/1.1 or HTTP/2.0
36
'"pipe": "$pipe", ' # "p" if request was pipelined, "." otherwise
37
'"gzip_ratio": "$gzip_ratio", '
38
- '"http_cf_ray": "$http_cf_ray",'
+ '"http_cf_ray": "$http_cf_ray"'
39
'}';
0 commit comments