Files
infrastructure/hosts/ps10rp/node-exporter/serve.json
2025-02-28 21:46:46 -06:00

17 lines
207 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:9100"
}
}
}
}
}