mirror of https://github.com/mikaku/Monitorix.git
added an example using aliases
This commit is contained in:
parent
6f12b876be
commit
cbc7c4bf74
|
@ -2,3 +2,8 @@ $HTTP["host"] =~ "your\.monitorix\.vhost$" {
|
|||
server.document-root = "/var/www/localhost/htdocs/monitorix"
|
||||
alias.url = ( "/cgi" => "/var/www/localhost/cgi/" )
|
||||
}
|
||||
|
||||
# You might also want to use aliases (not the recommended way)
|
||||
# alias.url += ( "/monitorix/" => "/var/lib/monitorix/www/" )
|
||||
# alias.url += ( "/monitorix-cgi/" => "/var/lib/monitorix/www/cgi/" )
|
||||
|
||||
|
|
Loading…
Reference in New Issue