Hi,
Server A (fontend) running Nginx, doing the HTTPS encryption and serving static files, dynamically generated pages (PHP) are achieved by called PHP-FPM, on a "different" server (Server B). (Both running in the same Datacenter)
I mean, Nginx, when calling the PHP-FPM on the distant server has to transmit information, and in return the PHP-FPM is sending back the page.
How to secure the connection between Server A & Server B ?
Regards,