mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
prometheus-node-exporter-lua: add HTTPS support
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>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
config prometheus-node-exporter-lua 'main'
|
||||
option listen_interface 'loopback'
|
||||
option listen_port '9100'
|
||||
#option cert '/etc/uhttpd.crt'
|
||||
#option key '/etc/uhttpd.key'
|
||||
|
||||
Reference in New Issue
Block a user