aboutsummaryrefslogtreecommitdiffstats
path: root/roles/grafana/templates/grafana.conf.nginx.j2
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-07-29 17:00:20 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-07-29 17:00:20 +0200
commitb232b894c3cbe087c8d504e91637dcf62199eed1 (patch)
treeea72a7d1a7f63c6425ee46785e1cec924351b2c3 /roles/grafana/templates/grafana.conf.nginx.j2
parent22126073344e60c405d086df37b64da0c6d3c086 (diff)
downloadold-infrastructure-b232b894c3cbe087c8d504e91637dcf62199eed1.tar.gz
Bump to third revision of homelab
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.