| Index: modules/nginx/templates/nginx.conf.erb |
| diff --git a/modules/nginx/templates/nginx.conf.erb b/modules/nginx/templates/nginx.conf.erb |
| index 8f676785510fc23441e983d34d8ce343097f4f1f..9139179749ef6a83c116797bc64389ba5e1278d5 100644 |
| --- a/modules/nginx/templates/nginx.conf.erb |
| +++ b/modules/nginx/templates/nginx.conf.erb |
| @@ -19,6 +19,9 @@ http { |
| '"$http_user_agent" "$http_x_forwarded_for" $scheme ' |
| '"$http_accept_language" "$http_host" "$http_x_client_id"'; |
| + log_format data '[$time_local] "$request" $status "$http_user_agent" ' |
|
Felix Dahlke
2015/09/21 18:30:45
Why not have the same fields as with "main" here,
Felix Dahlke
2015/09/21 18:30:45
Do we have more than one use case for this? Will f
mathias
2015/09/21 18:38:53
Yes the filter hit statistics are meant to use the
mathias
2015/09/21 18:38:53
Because the data is meant to be anonymous. There i
Felix Dahlke
2015/09/21 20:15:51
While it's not relevant for the Adblock Browser da
mathias
2015/09/21 21:38:41
In fact most of the fields currently matching thos
|
| + '$http_content_length "$http_content_type" $request_body'; |
| + |
| access_log /var/log/nginx/access.log main; |
| server_tokens off; |