mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Merge pull request #31 from o2web/master
Add option to disable expose_php.
This commit is contained in:
commit
f0d922699d
@ -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"
|
||||
|
@ -24,7 +24,7 @@ zend.enable_gc = On
|
||||
; Miscellaneous ;
|
||||
;;;;;;;;;;;;;;;;;
|
||||
|
||||
expose_php = On
|
||||
expose_php = {{ php_expose_php }}
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
; Resource Limits ;
|
||||
|
Loading…
Reference in New Issue
Block a user