mqtt2prom/webserv/prom.conf

8 lines
145 B
Plaintext

server {
listen 80 default_server;
root /www/;
index index.prom;
types {
text/plain prom;
}
}