Manages PHP minor versions

This commit is contained in:
Emilien Mantel
2016-08-11 11:30:26 +02:00
parent a9ad41b40f
commit 88c6c5a043
9 changed files with 30 additions and 28 deletions

View File

@@ -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