File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ certificate = /etc/nginx/ssl/server.crt
2525key = /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.
3032debug = 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]
You can’t perform that action at this time.
0 commit comments