Skip to content

Commit 0874fd6

Browse files
szaimengithub-actions[bot]
authored andcommitted
talk-update automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c0334d commit 0874fd6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Containers/talk/server.conf.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ certificate = /etc/nginx/ssl/server.crt
2525
key = /etc/nginx/ssl/server.key
2626

2727
[app]
28-
# Set to "true" to install pprof debug handlers.
28+
# Set to "true" to install pprof debug handlers. Access will only be possible
29+
# from IPs allowed through the "allowed_ips" option below.
30+
#
2931
# See "https://golang.org/pkg/net/http/pprof/" for further information.
3032
debug = false
3133

@@ -270,8 +272,9 @@ connectionsperhost = 8
270272
#SA = NA
271273

272274
[stats]
273-
# Comma-separated list of IP addresses that are allowed to access the stats
274-
# endpoint. Leave empty (or commented) to only allow access from "127.0.0.1".
275+
# Comma-separated list of IP addresses that are allowed to access the debug,
276+
# stats and metrics endpoints.
277+
# Leave empty (or commented) to only allow access from localhost.
275278
#allowed_ips =
276279

277280
[etcd]

0 commit comments

Comments
 (0)