I have an nginx with two different php-fpm versions (7.4 and 8.1).
I want to let nginx load random both php versions.
For example, at this time info.php is loaded with 7.4, and the other time it should show 8.1.
Is that possible to do?
I have an nginx with two different php-fpm versions (7.4 and 8.1).
I want to let nginx load random both php versions.
For example, at this time info.php is loaded with 7.4, and the other time it should show 8.1.
Is that possible to do?