Docs / App Marketplace / How to Deploy a LEMP Stack from the Marketplace

How to Deploy a LEMP Stack from the Marketplace

By Admin · Feb 25, 2026 · Updated Apr 23, 2026 · 55 views · 1 min read

LEMP replaces Apache with Nginx for better performance with static content and reverse proxying.

What's Included

  • Linux (Ubuntu)
  • Engine-X (Nginx)
  • MySQL database
  • PHP-FPM

After Deployment

Nginx serves your files from /var/www/html/. PHP is processed via PHP-FPM.

Adding a Site

  1. Create a config in /etc/nginx/sites-available/
  2. Symlink to sites-enabled/
  3. Test with nginx -t
  4. Reload with systemctl reload nginx

Was this article helpful?