Support many php versions (php7) + drop wheezy support

This commit is contained in:
Emilien Mantel
2016-08-09 16:02:09 +02:00
parent af3930a58a
commit e4b5bb2a32
15 changed files with 83 additions and 18 deletions

View File

@@ -31,9 +31,12 @@ nginx_helper_dir: '{{ nginx_etc_dir}}/helper'
#
# PHP
nginx_php: false
nginx_php_sockets:
- unix_socket: "/var/run/php5-fpm.sock"
nginx_php5: false
nginx_php7: false
nginx_php5_sockets:
- unix_socket: "/run/php5-fpm.sock"
nginx_php7_sockets:
- unix_socket: "/run/php/php7.0-fpm.sock"
nginx_upstreams: []
#