From 039d04571c6b63f5ea8a6f10d60f65d3d173f994 Mon Sep 17 00:00:00 2001 From: Florian Pritz <bluewind@xinu.at> Date: Tue, 15 Aug 2017 10:59:32 +0200 Subject: [PATCH] grafana: Bind only to localhost Signed-off-by: Florian Pritz <bluewind@xinu.at> --- roles/grafana/templates/grafana.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grafana/templates/grafana.ini.j2 b/roles/grafana/templates/grafana.ini.j2 index d3e731c12..a1011f5d1 100644 --- a/roles/grafana/templates/grafana.ini.j2 +++ b/roles/grafana/templates/grafana.ini.j2 @@ -30,7 +30,7 @@ ;protocol = http # The ip address to bind to, empty will bind to all interfaces -;http_addr = +http_addr = 127.0.0.1 # The http port to use ;http_port = 3000 -- GitLab