mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update nginx/tasks/main.yml
This commit is contained in:
parent
37f1b73596
commit
6c3b153e8a
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
src: "{{ item.src}}"
|
||||
dest: "{{ item.dest }}"
|
||||
with_items:
|
||||
- { src: 'server.conf', dest: '/etc/nginx/' }
|
||||
- { src: 'nginx.conf', dest: '/etc/nginx/' }
|
||||
- { src: 'ports.conf', dest: "/etc/{{ apache_service }}/" }
|
||||
- { src: 'server.conf.j2', dest: '/etc/nginx/' }
|
||||
- { src: 'nginx.conf.j2', dest: '/etc/nginx/' }
|
||||
- { src: 'ports.conf.j2', dest: "/etc/{{ apache_service }}/" }
|
||||
- { src: 'iiab.conf.j2', dest: "{{ nginx_config_dir }}/iiab.conf" }
|
||||
when: nginx_enabled | bool
|
||||
|
||||
|
|
Loading…
Reference in a new issue