This website requires JavaScript.
Explore
Help
Register
Sign In
c3re
/
mqtt2prom
Watch
7
Star
0
Fork
You've already forked mqtt2prom
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ae58246f57
mqtt2prom
/
webserv
/
prom.conf
8 lines
145 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2024-08-14 14:51:03 +02:00
server {
listen 80 default_server;
fix path
2024-08-14 16:24:37 +02:00
root /www/;
init
2024-08-14 14:51:03 +02:00
index index.prom;
types {
text/plain prom;
}
}