Ls

LEMP Stack on Ubuntu 24.04 LTS

Azure Application Stacks

A complete LEMP stack with Linux, nginx, MariaDB and PHP, ready to serve web applications from first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

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.

Why the cloudimg image

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.

Common uses

  • PHP web applications
  • Content management hosting
  • High concurrency API backends

See it running

Real screenshots taken while testing this image against its deployment guide.

LEMP Stack on Ubuntu 24.04 LTS screenshot 1 LEMP Stack on Ubuntu 24.04 LTS screenshot 2 LEMP Stack on Ubuntu 24.04 LTS screenshot 3 LEMP Stack on Ubuntu 24.04 LTS screenshot 4