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?
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?