Provide /metrics using alias (no more /cgi-bin/metrics) (#1140)

This commit is contained in:
Tim Wilkinson 2024-03-29 15:41:48 -07:00 committed by GitHub
parent 7fbc89e797
commit d111d82549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ config uhttpd main
option cgi_prefix '/cgi-bin'
option script_timeout '240'
option network_timeout '30'
option tcp_keepalive '5'
option http_keepalive '0'
list alias '/metrics=/cgi-bin/metrics'