summaryrefslogtreecommitdiff
path: root/netdata/netdata.conf
blob: 5a193662f2332e56204461c5d7c82bef111cedfb (plain)
  1. [global]
  2.     run as user = netdata
  3. web files owner = root
  4. web files group = root
  5. # Netdata is not designed to be exposed to potentially hostile
  6. # networks.See https://github.com/netdata/netdata/issues/164
  7. # bind socket to IP = 0.0.0.0
  8. access log = none
  9. [web]
  10. bind to = unix:/var/lib/netdata/netdata.socket
  11. enable gzip compression = no