fix(nginx-proxy): move vhost configs to sites-enabled
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
- name: Create Nginx vhost configurations
|
||||
ansible.builtin.template:
|
||||
src: nginx-vhost.conf.j2
|
||||
dest: "/etc/nginx/conf.d/{{ item.key }}.conf"
|
||||
dest: "/etc/nginx/sites-enabled/{{ item.key }}.conf"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
Reference in New Issue
Block a user