Closes #1 Fix default var for PHP (Unix Socket)
parent
5ea3641fe7
commit
765ced9401
|
@ -22,9 +22,8 @@ nginx_dh_length: 2048
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
nginx_php: false
|
nginx_php: false
|
||||||
nginx_php_method: "unix"
|
|
||||||
nginx_php_sockets:
|
nginx_php_sockets:
|
||||||
- unix: "/var/run/php5-fpm.sock"
|
- unix_socket: "/var/run/php5-fpm.sock"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Nginx configuration
|
# Nginx configuration
|
||||||
|
|
Loading…
Reference in New Issue