interfasys
Verified User
This is in custombuild/configure/fpm/conf/php-fpm.conf.55
This is in build
Apps which need to upload files via PHP will fail if one just uncomments that open_basedir line in php-fpm.conf.55 (and probably all other conf files)
Code:
;php_admin_value[open_basedir] = /tmp:/var/tmp:/var/www/html:/usr/local/php55/lib/php
This is in build
Code:
APP_TMP=/var/www/tmp
Apps which need to upload files via PHP will fail if one just uncomments that open_basedir line in php-fpm.conf.55 (and probably all other conf files)