From a50dbc86871fadd8304791aafd01b387d5d0a5ed Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 18 Jul 2017 13:33:26 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- php/fpm-php7.0/fpm.d/www.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/fpm-php7.0/fpm.d/www.conf b/php/fpm-php7.0/fpm.d/www.conf index ce0c68f6..3d0b0b5e 100644 --- a/php/fpm-php7.0/fpm.d/www.conf +++ b/php/fpm-php7.0/fpm.d/www.conf @@ -373,7 +373,7 @@ pm.max_spare_servers = 3 ; Limits the extensions of the main script FPM will allow to parse. This can ; prevent configuration mistakes on the web server side. You should only limit ; FPM to .php extensions to prevent malicious users to use other extensions to -; exectute php code. +; execute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php ;security.limit_extensions = .php .php3 .php4 .php5 .php7 -- 2.39.5