On Mon, Aug 28, 2017 at 08:25:05AM -0700, st ov wrote:

> It's recommended to add pprof to servers
> 
> import _ "net/http/pprof"
> 
> Is this true even for publicly exposed servers? How do you limit access?

Either through your custom ServeMux or by reverse-proxying to your Go
server via something which has configurable access rules.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to