8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
server {
|
||
|
listen 80 default_server;
|
||
|
root /www/metrics;
|
||
|
index index.prom;
|
||
|
types {
|
||
|
text/plain prom;
|
||
|
}
|
||
|
}
|