joglomedia / LEMPer

LEMPer Stack is terminal-based LEMP / LNMP ( Linux, Nginx, MariaDB, PostgreSQL, MongoDB, Redis, Memcache, PHP, Secure FTP ) installer and virtual host manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal).

Home Page:https://lemper.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Nginx repository from ondrej/nginx & ondrej/nginx-mainline

joglomedia opened this issue · comments

In order to complement the current used PHP repository (Ondrej), it'd be great to also support Ondrej Nginx repositrory.

Packages available here

https://launchpad.net/~ondrej/+archive/ubuntu/nginx
https://launchpad.net/~ondrej/+archive/ubuntu/nginx-mainline

Installation instructions

add-apt-repository ppa:ondrej/nginx-mainline
apt-get update

or, here

https://packages.sury.org/nginx/
https://packages.sury.org/nginx-mainline/

Installation instructions

apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O /etc/apt/trusted.gpg.d/nginx.gpg https://packages.sury.org/nginx/apt.gpg
sh -c 'echo "deb https://packages.sury.org/nginx/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/nginx.list'
apt-get update

Advantages

  1. Actively maintained
  2. Includes several main modules
  • mod-http-auth-pam
  • mod-http-cache-purge
  • mod-http-dav-ext
  • mod-http-echo
  • mod-http-fancyindex
  • mod-http-geoip
  • mod-http-geoip2
  • mod-http-headers-more-filter
  • mod-http-image-filter
  • mod-http-lua
  • mod-http-ndk
  • mod-http-perl
  • mod-http-subs-filter
  • mod-http-uploadprogress
  • mod-http-upstream-fair
  • mod-http-xslt-filter
  • mod-mail
  • mod-nchan
  • mod-rtmp
  • mod-ssl-ct
  • mod-stream
  1. Reducing installation process, no compilation required.