A complete LEMP stack with Linux, nginx, MariaDB and PHP, ready to serve web applications from first boot.
The LEMP stack bundles Linux, the nginx web server, a MySQL compatible database and PHP into a lightweight, high concurrency platform for dynamic web applications. nginx serves static files and passes PHP requests to a dedicated PHP FPM pool, an event driven model that handles many simultaneous connections on modest hardware. It is used to run content management systems, custom PHP sites and API backends.
cloudimg ships the LEMP stack fully patched and preconfigured, with nginx, the database and PHP FPM already wired together and running on first boot. Every database password is generated uniquely on first boot with no default login, an application database is created ready for your code, the web and database tiers each sit on their own dedicated data volume, a paired deploy guide walks the whole setup, and 24/7 support is included.
Real screenshots taken while testing this image against its deployment guide.