Set content-type to JSON for some debug endpoints

Some endpoints in /debug send JSON data as string. Set the Content-Type
header to "application/json" which renders nicely in Firefox.

Mention the /debug route in the example configuration.
This commit is contained in:
Florian Preinstorfer 2025-03-15 13:57:25 +01:00 committed by nblock
parent 800456018a
commit 05202099f7
2 changed files with 8 additions and 10 deletions

View file

@ -18,10 +18,8 @@ server_url: http://127.0.0.1:8080
# listen_addr: 0.0.0.0:8080
listen_addr: 127.0.0.1:8080
# Address to listen to /metrics, you may want
# to keep this endpoint private to your internal
# network
#
# Address to listen to /metrics and /debug, you may want
# to keep this endpoint private to your internal network
metrics_listen_addr: 127.0.0.1:9090
# Address to listen for gRPC.