Files
nginx-custom/README.md
2017-02-25 23:53:13 +00:00

1.6 KiB

Custom Nginx install


Dieses Script dient dazu, Nginx mit folgenden Modulen automatisch zu kompilieren:


Installation:

  1. Repository herunterladen: git clone https://git.clocxsrv.net/fthielen/nginx-custom.git
  2. In das Verzeichnis wechseln: cd nginx-custom
  3. Script ausführen: ./install.sh

Hinweis:
Wenn eine Meldung wie "git command not found" kommt, muss git noch nach installiert werden:
Debian/Ubuntu: apt-get install git
CentOS/Fedora: yum install git
Suse/OpenSUSE: zypper install git