Multiple PHP-FPM processes in the same VPS and using different php.ini

how many different ways are there to start multiple PHP-FPM processes on the same VPS and use different php.ini?

I know one way is to install multiple PHP,. Is there another way?

Mar.16,2021

is processed with docker, and each docker container uses a different php.ini. If you are using nginx, you need to do polling with upstream

.
Menu