diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 14:33:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-21 14:33:55 +0200 |
| commit | 44d7056b2a069b36077b716a32adfb5b978cd898 (patch) | |
| tree | 50995970f1ecac5ac8300d0216e04cadb95ca87b /roles/pihole/tasks/main.yml | |
| parent | 5a677725003444d5fc02e4f754392bafaecbde2f (diff) | |
Fix nginx to use conventional ngix conf.d
Diffstat (limited to 'roles/pihole/tasks/main.yml')
| -rw-r--r-- | roles/pihole/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pihole/tasks/main.yml b/roles/pihole/tasks/main.yml index f6101632..ccd4bd9f 100644 --- a/roles/pihole/tasks/main.yml +++ b/roles/pihole/tasks/main.yml @@ -154,7 +154,7 @@ when: proxy_type == "nginx" and pihole_hostname | length > 0 ansible.builtin.template: src: "pihole.nginx.conf.j2" - dest: "/etc/nginx/vhosts.d/pihole.conf" + dest: "/etc/nginx/conf.d/pihole.conf" owner: "root" group: "root" mode: "0644" |
