Skip to content
Snippets Groups Projects
Commit c7053681 authored by Brian's avatar Brian
Browse files

Update php_fpm_pool.conf.master - removed php_admin_value[cgi.fix_pathinfo] =...

Update php_fpm_pool.conf.master - removed php_admin_value[cgi.fix_pathinfo] = 0 which cause in fpm chroot errors: Access to the script has been denied (see security.limit_extensions). This settings is obsolete for newer PHP version. More info: https://www.howtoforge.com/community/threads/php-fpm-chroot-with-cgi-fix_pathinfo-0-causes-access-to-the-script-has-been-denied.84071/
parent 5f969095
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ chdir = /
<tmpl_if name='php_fpm_chroot'>
chroot = <tmpl_var name='php_fpm_chroot_dir'>
php_admin_value[doc_root] = <tmpl_var name='php_fpm_chroot_web_folder'>
php_admin_value[cgi.fix_pathinfo] = 0
</tmpl_if>
env[HOSTNAME] = $HOSTNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment