aboutsummaryrefslogtreecommitdiffstats
path: root/roles/grafana/templates/grafana.conf.nginx.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/grafana/templates/grafana.conf.nginx.j2')
-rw-r--r--roles/grafana/templates/grafana.conf.nginx.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/grafana/templates/grafana.conf.nginx.j2 b/roles/grafana/templates/grafana.conf.nginx.j2
deleted file mode 100644
index c0f926c..0000000
--- a/roles/grafana/templates/grafana.conf.nginx.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-server {
- listen {{ grafana_port_out }};
- root /usr/share/nginx/html;
- index index.html index.htm;
-
- location / {
- proxy_pass http://127.0.0.1:{{ grafana_port }}/;
- }
-}
remember that computers suck.