fix(nginx-proxy): move vhost configs to sites-enabled

This commit is contained in:
gemini
2026-03-03 14:59:05 +01:00
parent aefbcb8012
commit 82fc250993

View File

@@ -2,7 +2,7 @@
- name: Create Nginx vhost configurations - name: Create Nginx vhost configurations
ansible.builtin.template: ansible.builtin.template:
src: nginx-vhost.conf.j2 src: nginx-vhost.conf.j2
dest: "/etc/nginx/conf.d/{{ item.key }}.conf" dest: "/etc/nginx/sites-enabled/{{ item.key }}.conf"
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'