From 6962f33ed7a1f118785da98de5e7894aeb5a1748 Mon Sep 17 00:00:00 2001 From: ywoly <63653608+ywoly@users.noreply.github.com> Date: Wed, 15 Apr 2020 12:15:32 +0200 Subject: [PATCH] Set "expose_php" to "Off" in php.ini --- root/etc/php7/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/php7/php.ini b/root/etc/php7/php.ini index a0fdc2c..545d3fc 100644 --- a/root/etc/php7/php.ini +++ b/root/etc/php7/php.ini @@ -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 ;