Apparently when DirectAdmin generates per-user
Now, since it uses an admin value, there's no way to override this using a per-domain .user.ini or even with ini_set(). For now I just sed'd all config files to turn it into a regular php_value and reloaded fpm. That works, but I'm pretty sure those changes will be lost eventually.
Perhaps there's a directadmin.conf option to change this behaviour?
php-fpmXY.conf
files, it uses php_admin_value[session.save_path] = /home/username/tmp
Now, since it uses an admin value, there's no way to override this using a per-domain .user.ini or even with ini_set(). For now I just sed'd all config files to turn it into a regular php_value and reloaded fpm. That works, but I'm pretty sure those changes will be lost eventually.
Perhaps there's a directadmin.conf option to change this behaviour?