1.6 KiB
1.6 KiB
Custom Nginx install
Dieses Script dient dazu, Nginx mit folgenden Modulen automatisch zu kompilieren:
- SSL
- Stream
- HTTP v2
- RealIP
- WebDAV
- Gunzip
- Gzip Static
- HTTP Slice
- Stub Status
- HTTP Addition
- Naxsi
- Fancy Index
- Headers More
- Pagespeed
Installation:
- Repository herunterladen:
git clone https://git.clocxsrv.net/fthielen/nginx-custom.git - In das Verzeichnis wechseln:
cd nginx-custom - 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