|
4 months ago | |
---|---|---|
.github | 1 year ago | |
docs | 5 months ago | |
etc | 4 months ago | |
var/www/html | 1 year ago | |
.editorconfig | 1 year ago | |
.gitattributes | 8 months ago | |
.gitignore | 2 years ago | |
.travis.yml | 1 year ago | |
CHANGELOG.md | 5 months ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
LICENSE | 2 years ago | |
PULL_REQUEST_TEMPLATE.md | 1 year ago | |
README.md | 4 months ago | |
nginx-build.sh | 4 months ago | |
nginx-ee-logo.png | 1 year ago | |
nginx-ee.png | 1 year ago |
Features • Modules • Compatibility • Usage • Wiki • Related • Credits • License
Nginx current mainline release : v1.19.2 Nginx current stable release : v1.18.0
For Nginx http_ssl_module :
Optional modules :
Default settings :
bash <(wget -qO - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee)
git clone https://github.com/VirtuBox/nginx-ee
cd nginx-ee
sudo bash nginx-build.sh
Interactive installation is available with arguments -i
or --interactive
bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --interactive
Example : Nginx stable release with pagespeed and naxsi
bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --stable --pagespeed --naxsi
Nginx build options :
--stable
: compile Nginx stable release--full
: Naxsi + PageSpeed + RTMP--dynamic
: Compile Nginx modules as dynamic modules--noconf
: Compile Nginx without any configuring. Useful when you use devops tools like ansible.Optional third-party modules :
--pagespeed
: compile nginx with ngx_pagespeed latest-stable--pagespeed-beta
: compile nginx with ngx_pagespeed latest-beta--naxsi
: compile nginx with naxsi--rtmp
: compile nginx with rtmp module--libressl
: compile nginx with LibreSSL instead of OpenSSL--openssl-dev
: compile nginx with OpenSSL 3.0.0-dev--openssl-system
: compile nginx with OpenSSL system libExtras :
--cron
: setup daily cronjob to update nginx each time a new release is availableYou are looking for an up-to-date version of Nginx with additional modules but without having to recompile Nginx after new releases ? Feel free to use the custom Nginx package built for WordOps and available on Launchpad.net (for Ubuntu) and OpenSuseBuildService (for Debian/Ubuntu/Raspbian).
sudo add-apt-repository ppa:wordops/nginx-wo -uy
Install steps available on Download page
sudo apt install nginx-custom nginx-wo -y
If you have any ideas, just open an issue and describe what you would like to add/change in Nginx-ee.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.