pprof configuration support, #382

This commit is contained in:
ffdfgdfg
2020-02-09 16:54:40 +08:00
parent 704bba92d1
commit 533dd083fe
9 changed files with 49 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ web_username=user
web_password=1234
crypt=true
compress=true
#pprof_addr=0.0.0.0:9999
[health_check_test1]
health_check_timeout=1

View File

@@ -76,3 +76,7 @@ http_cache_length=100
#get origin ip
http_add_origin_header=false
#pprof debug options
#pprof_ip=0.0.0.0
#pprof_port=9999