Add option to disable expose_php

This commit is contained in:
Louis-Michel Couture 2015-04-14 01:28:24 -04:00
parent d378fef32a
commit 924824c0f3
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,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

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