Merge pull request #31 from o2web/master

Add option to disable expose_php.
This commit is contained in:
Jeff Geerling 2015-05-11 10:27:12 -07:00
commit f0d922699d
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ php_apc_enable_cli: "0"
# Any and all changes to /etc/php.ini will be your responsibility.
php_use_managed_ini: true
php_expose_php: "On"
php_memory_limit: "256M"
php_max_execution_time: "60"
php_realpath_cache_size: "32K"

View File

@ -24,7 +24,7 @@ zend.enable_gc = On
; Miscellaneous ;
;;;;;;;;;;;;;;;;;
expose_php = On
expose_php = {{ php_expose_php }}
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;