Fix defaults
parent
5d084416e1
commit
48b0769568
|
@ -23,9 +23,8 @@ nginx_dh_length: 2048
|
||||||
# PHP
|
# PHP
|
||||||
nginx_php: false
|
nginx_php: false
|
||||||
nginx_php_method: "unix"
|
nginx_php_method: "unix"
|
||||||
nginx_php_unix_sockets:
|
nginx_php_sockets:
|
||||||
- "/var/run/php5-fpm.sock"
|
- unix: "/var/run/php5-fpm.sock"
|
||||||
nginx_php_tcp_sockets:
|
|
||||||
- host: "127.0.0.1"
|
- host: "127.0.0.1"
|
||||||
port: "15000"
|
port: "15000"
|
||||||
weight: "1"
|
weight: "1"
|
||||||
|
|
Loading…
Reference in New Issue