From 0874fd601faaec861e1fb837d1b13a195f56d4f1 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:13:47 +0000 Subject: [PATCH] talk-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Containers/talk/server.conf.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Containers/talk/server.conf.in b/Containers/talk/server.conf.in index 8f437e30..2e0a7cf2 100644 --- a/Containers/talk/server.conf.in +++ b/Containers/talk/server.conf.in @@ -25,7 +25,9 @@ certificate = /etc/nginx/ssl/server.crt key = /etc/nginx/ssl/server.key [app] -# Set to "true" to install pprof debug handlers. +# Set to "true" to install pprof debug handlers. Access will only be possible +# from IPs allowed through the "allowed_ips" option below. +# # See "https://golang.org/pkg/net/http/pprof/" for further information. debug = false @@ -270,8 +272,9 @@ connectionsperhost = 8 #SA = NA [stats] -# Comma-separated list of IP addresses that are allowed to access the stats -# endpoint. Leave empty (or commented) to only allow access from "127.0.0.1". +# Comma-separated list of IP addresses that are allowed to access the debug, +# stats and metrics endpoints. +# Leave empty (or commented) to only allow access from localhost. #allowed_ips = [etcd]