9 lines
137 B
ApacheConf
9 lines
137 B
ApacheConf
# example httpd.conf snipped
|
|
server "kmuninexporter" {
|
|
listen on localhost port 4848
|
|
location "/metrics/*" {
|
|
fastcgi
|
|
root "/"
|
|
}
|
|
}
|