Ls

LEMP Stack

Azure Application Stacks 1 variation

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

Variations

This product is available in the build below. Open it for the operating system, cloud and version detail, or read its deployment guide.

ProductCloudOperating systemVersion
LEMP Stack on Ubuntu 24.04 LTS Azure Ubuntu 24.04 Standard View · Guide

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