From 44d7056b2a069b36077b716a32adfb5b978cd898 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 21 Jul 2026 14:33:55 +0200 Subject: Fix nginx to use conventional ngix conf.d --- roles/prometheus/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/prometheus/tasks') diff --git a/roles/prometheus/tasks/main.yml b/roles/prometheus/tasks/main.yml index 123c1216..9921b441 100644 --- a/roles/prometheus/tasks/main.yml +++ b/roles/prometheus/tasks/main.yml @@ -67,7 +67,7 @@ when: proxy_type == "nginx" and prometheus_hostname | length > 0 ansible.builtin.template: src: "prometheus.nginx.conf.j2" - dest: "/etc/nginx/vhosts.d/prometheus.conf" + dest: "/etc/nginx/conf.d/prometheus.conf" owner: "root" group: "root" mode: "0644" -- cgit v1.2.3