Upgrading PHP to 7.1 - php-fpm70.conf.custom2

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
962
Location
🇳🇱
I currently have the following situation;

PHP Main: 7.0.x
PHP Second: 5.6.x

For almost every user I have added some custom configs in: php-fpm70.conf.custom2

Now when I upgrade to PHP 7.1, are these custom configs saved and copied over to php-fpm71.conf.custom2? Or do I manually need to copy these configs over to the new php-fpm custom file?
 
They need to be copied, but you can just run some automatic script to rename all the files from php-fpm70.conf.custom2 to php-fpm71.conf.custom2 :) That's not a complex task at all.
 
Hello,

I'm running PHP FPM on Debian and I have modified this file: /usr/local/directadmin/data/users/USERNAME/php/php-fpm70.conf
The problem is that it resets from time to time (maybe with DA updates?).
I would highly appreciate it if someone could help make the changes permanent.

Thank you.
 
Back
Top