MelonSmasher / NginxInstaller

Installs Nginx from source on Debian and RHEL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Install

Stable (1.26.1) with HTTP/2

curl -sL https://raw.githubusercontent.com/MelonSmasher/NginxInstaller/master/nginx-install.sh | bash -s -- -a

Mainline (1.27.0) with HTTP/2

curl -sL https://raw.githubusercontent.com/MelonSmasher/NginxInstaller/master/nginx-install.sh | bash -s -- -x -a

Options

  • -x Install Mainline instead of Stable
  • -m Compile with Mail module
  • -v Compile with VTS module more info
  • -g Compile with GEO IP module
  • -c Compile with CachePurge module more info
  • -l Compile with LDAP auth module more info
  • -f Force the installation even if the correct version is installed.

About

Installs Nginx from source on Debian and RHEL.

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%