Go to file
VirtuBox 84f4797634
Merge pull request #154 from VirtuBox/dev
Add HTTP/3 QUIC Support
2024-04-23 08:07:59 +02:00
.github Update GitHub Actions 2024-04-23 01:59:06 +02:00
docs Update changelog and informations 2024-04-23 07:55:30 +02:00
etc Fix cronjob 2020-09-10 12:59:22 +02:00
var/www/html update README and fix few errors in the script 2019-02-27 04:25:27 +01:00
.editorconfig update openssl-patch 2019-03-08 22:02:53 +01:00
.gitattributes Update to Nginx 1.18 stable 2020-05-02 01:48:40 +02:00
.gitignore Auto stash before merge of "master" and "origin/master" 2018-09-18 17:52:53 +02:00
.travis.yml update travis 2019-11-18 13:32:02 +01:00
CHANGELOG.md Update changelog and informations 2024-04-23 07:55:30 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-11-18 14:56:00 +01:00
LICENSE clean license and add section license 2018-05-28 02:20:38 +02:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2019-02-08 14:44:56 +01:00
README.md Update changelog and informations 2024-04-23 07:55:30 +02:00
nginx-build.sh Add HTTP/3 QUIC support 2024-04-23 07:42:54 +02:00
nginx-ee-logo.png update README and fix few errors in the script 2019-02-27 04:25:27 +01:00
nginx-ee.png [skip travis] update screen 2019-04-19 02:03:40 +02:00

README.md



Nginx-ee

Automated Nginx compilation from sources with additional modules support


build MIT Stars Commits
GitHub release codacy CodeFactor

Features Modules Compatibility Usage Wiki Related Credits License

Nginx-ee


Features

  • Compile the latest Nginx releases : stable or mainline
  • Install Nginx or replace Nginx package previously installed
  • Nginx built-in modules selection
  • Nginx Third-party modules selection
  • Dynamic modules support
  • HTTP/3 QUIC Support with Mainline Release
  • Brotli Support
  • TLS v1.3 support
  • OpenSSL or LibreSSL
  • Cloudflare zlib
  • Automated nginx updates cronjob
  • Security hardening and performance optimization enabled with proper GCC flags
  • An option to omit nginx configuration, allowing usage of third party devops tools

Additional Third-party modules

Nginx current mainline release : v1.25.5 with HTTP/3 QUIC Nginx current stable release : v1.24.0 with Cloudflare HTTP/2 HPACK

For Nginx http_ssl_module :

Optional modules :


Compatibility

Operating System

  • Ubuntu 22.04 LTS (Jammy)
  • Ubuntu 20.04 LTS (Focal)
  • Ubuntu 18.04 LTS (Bionic)
  • Debian 10 (Buster)
  • Debian 11 (Bullseye)

Also compatible

  • Raspbian 10 (Buster)
  • Raspbian 11 (Bullseye)

Applications

LEMP Stack

  • EasyEngine v3
  • WordOps

Plesk

  • 17.5.x (Onyx)
  • 17.8.x
  • 17.9.x
  • 18.x (Obsidian)

HTTP/3 QUIC

Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL. More information here.


Usage

One-Step Automated Install

Default settings :

  • mainline release with HTTP/3
  • openssl from system
  • without naxsi
  • without rtmp
bash <(wget -qO - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee)

Alternative Install Method

git clone https://github.com/VirtuBox/nginx-ee
cd nginx-ee
sudo bash nginx-build.sh

Interactive install

Interactive installation is available with arguments -i or --interactive

bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --interactive

Custom installation

Example : Nginx stable release HTTP/2 with naxsi

bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --stable --naxsi

Options available

Nginx build options :

  • --stable : compile Nginx stable release with HTTP/2
  • --full : Naxsi + 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 :

  • --naxsi : compile nginx with naxsi
  • --rtmp : compile nginx with rtmp module
  • --libressl : compile nginx with LibreSSL instead of OpenSSL

Extras :

  • --cron : setup daily cronjob to update nginx each time a new release is available

Roadmap

  • Add choice between stable & mainline release
  • Add Nginx configuration examples
  • Add Cloudflare HPACK patch
  • Add support for servers without EasyEngine
  • Add non-interactive installation
  • Add automated update detection
  • Add support for Plesk servers
  • Add Nginx modules choice
  • Add support for Debian 9
  • Add openssl release choice
  • Add more compilation presets
  • Add support for LibreSSL
  • Add noconf support
  • Add support for config.inc build configuration
  • Add HTTP/3 QUIC support

Packages

You 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).

Add the repository

Launchpad

sudo add-apt-repository ppa:wordops/nginx-wo -uy

OpenSuseBuildService

Install steps available on Download page

Install Nginx

sudo apt install nginx-custom nginx-wo -y

Contributing

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.

Credits

License

MIT © VirtuBox