Monitorix/docs/monitorix-lighttpd.conf

5 lines
193 B
Plaintext
Raw Normal View History

2012-10-22 15:26:37 +01:00
$HTTP["host"] =~ "your\.monitorix\.vhost$" {
server.document-root = "/var/www/localhost/htdocs/monitorix"
2013-01-31 13:44:06 +00:00
alias.url = ( "/cgi" => "/var/www/localhost/cgi/" )
2012-10-22 15:26:37 +01:00
}