summaryrefslogtreecommitdiffstats
path: root/roles/grafana/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-21 14:33:55 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-21 14:33:55 +0200
commit44d7056b2a069b36077b716a32adfb5b978cd898 (patch)
tree50995970f1ecac5ac8300d0216e04cadb95ca87b /roles/grafana/tasks
parent5a677725003444d5fc02e4f754392bafaecbde2f (diff)
Fix nginx to use conventional ngix conf.d
Diffstat (limited to 'roles/grafana/tasks')
-rw-r--r--roles/grafana/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/grafana/tasks/main.yml b/roles/grafana/tasks/main.yml
index 088d61c7..41a76e5c 100644
--- a/roles/grafana/tasks/main.yml
+++ b/roles/grafana/tasks/main.yml
@@ -92,7 +92,7 @@
when: proxy_type == "nginx" and grafana_hostname | length > 0
ansible.builtin.template:
src: "grafana.nginx.conf.j2"
- dest: "/etc/nginx/vhosts.d/grafana.conf"
+ dest: "/etc/nginx/conf.d/grafana.conf"
owner: "root"
group: "root"
mode: "0644"