From ce1d64ce66f314aced791f77b7195eaa20e1bf1b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 9 Aug 2015 20:10:11 +0300 Subject: [PATCH] roles/php5-fpm: Hide HTTP X-Powered-By PHP header Signed-off-by: Alan Orth --- roles/php5-fpm/templates/php.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/php5-fpm/templates/php.ini.j2 b/roles/php5-fpm/templates/php.ini.j2 index 7da9114..6a1ea6a 100644 --- a/roles/php5-fpm/templates/php.ini.j2 +++ b/roles/php5-fpm/templates/php.ini.j2 @@ -373,7 +373,7 @@ zend.enable_gc = On ; threat in any way, but it makes it possible to determine whether you use PHP ; on your server or not. ; http://php.net/expose-php -expose_php = On +expose_php = Off ;;;;;;;;;;;;;;;;;;; ; Resource Limits ;