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