summaryrefslogtreecommitdiffstats
path: root/roles/grafana/templates/grafana.nginx.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/grafana/templates/grafana.nginx.conf.j2')
-rw-r--r--roles/grafana/templates/grafana.nginx.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/grafana/templates/grafana.nginx.conf.j2 b/roles/grafana/templates/grafana.nginx.conf.j2
index e6e1052c..a9c105ac 100644
--- a/roles/grafana/templates/grafana.nginx.conf.j2
+++ b/roles/grafana/templates/grafana.nginx.conf.j2
@@ -4,6 +4,9 @@ server {
server_name {{ grafana_hostname }};
+ access_log /var/log/nginx/access.log;
+ error_log /var/log/nginx/error.log;
+
location / {
proxy_pass http://127.0.0.1:{{ grafana_port }}/;
}