mdserver-web/plugins/webstats/conf/config.json

54 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-07-20 11:49:09 -04:00
{
"global": {
"monitor": true,
2024-04-12 23:56:49 -04:00
"save_day": 1,
2022-07-20 11:49:09 -04:00
"autorefresh": false,
"refresh_interval": 3,
"cdn": true,
"cdn_headers": [
"x-forwarded-for",
"x-real-ip",
"x-forwarded",
"forwarded-for",
"forwarded",
"true-client-ip",
"client-ip",
"ali-cdn-real-ip",
"cdn-src-ip",
"cdn-real-ip",
"cf-connecting-ip",
"x-cluster-client-ip",
"wl-proxy-client-ip",
"proxy-client-ip",
"true-client-ip"
],
"exclude_extension": [
"png",
"gif",
"jpg",
"css",
2023-02-28 12:40:57 -05:00
"svg",
2022-07-26 10:42:34 -04:00
"js",
"ico",
"woff2"
2022-07-20 11:49:09 -04:00
],
"exclude_status": [
301,
302,
303
],
2022-07-21 06:13:32 -04:00
"exclude_ip":[
"192.168.1.1"
],
"exclude_url":[],
2025-08-30 02:19:18 -04:00
"ip_top_num": 10,
"uri_top_num": 10,
2022-07-20 11:49:09 -04:00
"statistics_machine_access": true,
"statistics_ip": true,
"statistics_uri": true,
"record_post_args": false,
"record_get_403_args": false,
"push_report": false,
"data_dir": "/www/server/webstats/logs"
2022-07-25 03:01:50 -04:00
}
2022-07-20 11:49:09 -04:00
}