[FIX] Nginx configuration

This commit is contained in:
Jorge Enrique Gómez Gómez 2024-10-23 03:21:12 -05:00
parent 39602f0160
commit 3294c7fd33

View File

@ -48,7 +48,7 @@
- name: 'Configurar Zabbix en Nginx' - name: 'Configurar Zabbix en Nginx'
template: template:
src: nginx.conf.j2 src: nginx.conf.j2
dest: '/etc/zabbix/nginx.conf' dest: '/etc/nginx/conf.d/zabbix.conf'
mode: '0644' mode: '0644'
owner: 'root' owner: 'root'
group: 'root' group: 'root'