mirror of https://github.com/mikaku/Monitorix.git
5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
|
$HTTP["host"] =~ "your\.monitorix\.vhost$" {
|
||
|
server.document-root = "/var/www/localhost/htdocs/monitorix"
|
||
|
alias.url = ( "/cgi-bin" => "/var/www/localhost/cgi-bin/" )
|
||
|
}
|