mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Manages PHP minor versions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
template: >
|
||||
src=etc/nginx/upstream/php.conf.j2
|
||||
dest="{{ nginx_etc_dir }}/conf.d/php.conf"
|
||||
when: nginx_php5 or nginx_php7
|
||||
when: nginx_php56 or nginx_php70
|
||||
notify: reload nginx
|
||||
|
||||
- name: TEMPLATE | Deploy other upstreams
|
||||
|
||||
Reference in New Issue
Block a user