]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/webapps/webstats/goaccess.conf
Upgrade goaccess and adjust parsing
[perso/Immae/Config/Nix.git] / modules / webapps / webstats / goaccess.conf
1 time-format %H:%M:%S
2 date-format %d/%b/%Y
3
4 log-format VCOMBINED
5 #= %v:%^ %h %^[%d:%t %^] "%r" %s %b "%R" "%u"
6
7 html-prefs {"theme":"bright","layout":"vertical"}
8
9 # old
10 exclude-ip 188.165.209.148
11 exclude-ip 178.33.252.96
12 exclude-ip 2001:41d0:2:9c94::1
13 exclude-ip 2001:41d0:2:9c94::
14 # eldiron
15 exclude-ip 176.9.151.89
16 exclude-ip 2a01:4f8:160:3445::
17 # monitoring-1
18 exclude-ip 95.216.164.150
19 exclude-ip 2a01:4f9:c010:1c95::
20
21 no-query-string true
22
23 persist true
24 restore true
25 db-path @dbPath@
26
27 ignore-panel REFERRERS
28 ignore-panel KEYPHRASES
29
30 static-file .css
31 static-file .js
32 static-file .jpg
33 static-file .png
34 static-file .gif
35 static-file .ico
36 static-file .jpeg
37 static-file .pdf
38 static-file .csv
39 static-file .mpeg
40 static-file .mpg
41 static-file .swf
42 static-file .woff
43 static-file .woff2
44 static-file .xls
45 static-file .xlsx
46 static-file .doc
47 static-file .docx
48 static-file .ppt
49 static-file .pptx
50 static-file .txt
51 static-file .zip
52 static-file .ogg
53 static-file .mp3
54 static-file .mp4
55 static-file .exe
56 static-file .iso
57 static-file .gz
58 static-file .rar
59 static-file .svg
60 static-file .bmp
61 static-file .tar
62 static-file .tgz
63 static-file .tiff
64 static-file .tif
65 static-file .ttf
66 static-file .flv
67 #static-file .less
68 #static-file .ac3
69 #static-file .avi
70 #static-file .bz2
71 #static-file .class
72 #static-file .cue
73 #static-file .dae
74 #static-file .dat
75 #static-file .dts
76 #static-file .ejs
77 #static-file .eot
78 #static-file .eps
79 #static-file .img
80 #static-file .jar
81 #static-file .map
82 #static-file .mid
83 #static-file .midi
84 #static-file .ogv
85 #static-file .webm
86 #static-file .mkv
87 #static-file .odp
88 #static-file .ods
89 #static-file .odt
90 #static-file .otf
91 #static-file .pict
92 #static-file .pls
93 #static-file .ps
94 #static-file .qt
95 #static-file .rm
96 #static-file .svgz
97 #static-file .wav
98 #static-file .webp
99
100