block access to the go /debug/pprof/ endpoint

This commit is contained in:
Franzi 2022-08-19 07:26:01 +02:00
parent 0113b9a565
commit aa5c7ff8b4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 15 additions and 3 deletions

View file

@ -47,6 +47,9 @@ nodes['htz-cloud.influxdb'] = {
'target': 'http://localhost:8086',
'websockets': True,
},
'/debug': {
'return': 403,
},
},
},
},