block access to the go /debug/pprof/ endpoint
This commit is contained in:
parent
0113b9a565
commit
aa5c7ff8b4
4 changed files with 15 additions and 3 deletions
|
@ -47,6 +47,9 @@ nodes['htz-cloud.influxdb'] = {
|
|||
'target': 'http://localhost:8086',
|
||||
'websockets': True,
|
||||
},
|
||||
'/debug': {
|
||||
'return': 403,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue