summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-12-29 18:04:33 +0100
committerJonas Smedegaard <dr@jones.dk>2018-12-29 18:04:33 +0100
commitf178bb01838689e977f6fce7a2f9f10c9938930e (patch)
tree4deef88e61d9b1dbfc298b972024f5e16f4d1079
parent58d2868fa716382ed281e7a7e710416b091455c3 (diff)
Improve netdata snippet(s).
-rw-r--r--netdata/apache2/conf-available/local-netdata.conf (renamed from apache2/conf-available/local-netdata.conf)0
-rw-r--r--netdata/netdata.conf11
2 files changed, 11 insertions, 0 deletions
diff --git a/apache2/conf-available/local-netdata.conf b/netdata/apache2/conf-available/local-netdata.conf
index bd3a6ef..bd3a6ef 100644
--- a/apache2/conf-available/local-netdata.conf
+++ b/netdata/apache2/conf-available/local-netdata.conf
diff --git a/netdata/netdata.conf b/netdata/netdata.conf
new file mode 100644
index 0000000..5a19366
--- /dev/null
+++ b/netdata/netdata.conf
@@ -0,0 +1,11 @@
+[global]
+ run as user = netdata
+ web files owner = root
+ web files group = root
+ # Netdata is not designed to be exposed to potentially hostile
+ # networks.See https://github.com/netdata/netdata/issues/164
+# bind socket to IP = 0.0.0.0
+ access log = none
+[web]
+ bind to = unix:/var/lib/netdata/netdata.socket
+ enable gzip compression = no