mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
With valid 'cert'/'key' config, prometheus-node-exporter-lua will respond to https instead of http on 'listen_port'. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
config prometheus-node-exporter-lua 'main'
|
|
option listen_interface 'loopback'
|
|
option listen_port '9100'
|
|
#option cert '/etc/uhttpd.crt'
|
|
#option key '/etc/uhttpd.key'
|