Update README.md
This commit is contained in:
parent
892ed7c2d7
commit
0c7a91b4ef
|
@ -8,7 +8,7 @@ A plugin supports per-virtualhost configuration. Config may contains one or more
|
||||||
[[webservercodes.vhosts]]
|
[[webservercodes.vhosts]]
|
||||||
host = "defaulthost"
|
host = "defaulthost"
|
||||||
access_log = "/var/log/apache2/access.log"
|
access_log = "/var/log/apache2/access.log"
|
||||||
regex_parsestring = '\[(?P<time>[^\]]+)\] ".*?" (?P<code>\d{3})'
|
regex_parsestring = `\[(?P<time>[^\]]+)\] ".*?" (?P<code>\d{3})`
|
||||||
parse_interval = "10s"
|
parse_interval = "10s"
|
||||||
|
|
||||||
- 'host' is the name of virtualhost. It's preferred to use main domain as a value.
|
- 'host' is the name of virtualhost. It's preferred to use main domain as a value.
|
||||||
|
|
Loading…
Reference in New Issue