From: Frank Brehm Date: Tue, 18 Jul 2017 11:33:26 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a50dbc86871fadd8304791aafd01b387d5d0a5ed;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- 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