Skip to content

Commit c705368

Browse files
author
Brian
committed
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/
1 parent 5f96909 commit c705368

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/conf/php_fpm_pool.conf.master

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ chdir = /
3030
<tmpl_if name='php_fpm_chroot'>
3131
chroot = <tmpl_var name='php_fpm_chroot_dir'>
3232
php_admin_value[doc_root] = <tmpl_var name='php_fpm_chroot_web_folder'>
33-
php_admin_value[cgi.fix_pathinfo] = 0
3433
</tmpl_if>
3534

3635
env[HOSTNAME] = $HOSTNAME

0 commit comments

Comments
 (0)