Skip to content

mdPlusPlus/lempstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository hosts a setup script that simplies the installation of LEMP stack suitable for Debian and Ubuntu environments. It is a fork of https://github.com/aatishnn/lempstack.

Any questions or issues? Feel free to open an issue or suggest new features.

Read more over at the original author's blog: http://linuxdo.blogspot.com/2012/08/optimized-lemp-installer-for.html

What has changed

  • modified to support new Debian and Ubuntu versions (should be mostly version agnostic now)
  • updated configuration
  • removed unnecessary packages
  • changed php-suhosin to php-snuffleupagus
  • enabled OPcache
  • added IPv6
  • added HTTP/2
  • added TLS via letsencrypt (installs certbot, automates renewal, adds new certificate at virtual host creation)
  • creation of (bigger) dhparam.pem
  • added security related headers

Quick Install

Run these commands as root:

  1. wget https://github.com/mdPlusPlus/lempstack/raw/master/lemp-debian.sh
  2. chmod +x lemp-debian.sh
  3. wget https://github.com/mdPlusPlus/lempstack/raw/master/setup-vhost.sh
  4. chmod +x setup-vhost.sh
  5. ./lemp-debian.sh
  6. ./setup-vhost.sh

About

LEMP Installer for Debian/Ubuntu - Linux, NGINX, MySQL, PHP

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%