mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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}}"
|
src: "{{ item.src}}"
|
||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'server.conf', dest: '/etc/nginx/' }
|
- { src: 'server.conf.j2', dest: '/etc/nginx/' }
|
||||||
- { src: 'nginx.conf', dest: '/etc/nginx/' }
|
- { src: 'nginx.conf.j2', dest: '/etc/nginx/' }
|
||||||
- { src: 'ports.conf', dest: "/etc/{{ apache_service }}/" }
|
- { src: 'ports.conf.j2', dest: "/etc/{{ apache_service }}/" }
|
||||||
- { src: 'iiab.conf.j2', dest: "{{ nginx_config_dir }}/iiab.conf" }
|
- { src: 'iiab.conf.j2', dest: "{{ nginx_config_dir }}/iiab.conf" }
|
||||||
when: nginx_enabled | bool
|
when: nginx_enabled | bool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue