Skip to content

PHP

PHP based applications are deployed using the dual stack architecture using a LEMP stack (Nginx / PHP-FPM).

While this architecture allows for Nginx and PHP-FPM to scale independently, this architecture also allows for PHP-FPM to scale based on the number of active PHP processes.

High Level