diff options
author | Andrew Marcinkevičius <andrew.web@ifdattic.com> | 2017-05-08 13:59:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 13:59:05 +0300 |
commit | abad134681e265eef8ee3ddbd856eed0517076c5 (patch) | |
tree | e8f8eb8f351ae3a3ead7d014ad16297641c0c25b | |
parent | b966a8b5fa70e881a12fde8b4d37461be7bf85cb (diff) | |
download | php-git-abad134681e265eef8ee3ddbd856eed0517076c5.tar.gz |
Fix typo: exectute => execute
-rw-r--r-- | sapi/fpm/www.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index beddb1e2ef..975d18cffe 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -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 |