Skip to content

Similar to nginx-http3, but build with quictls.

License

Notifications You must be signed in to change notification settings

Immortalis/nginx-quictls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-quictls

Similar to nginx-http3, except that it uses quictls instead of BoringSSL.

Compare with nginx-http3

  • Some OpenSSL-only directives are supported, e.g. ssl_conf_command
  • OCSP stapling can be enabled directly by using ssl_stapling on; ssl_stapling_verify on;

Usage

First, install NGINX from nginx-http3, Debian's official package or NGINX's official package. Then run following commands.

sudo systemctl stop nginx
sudo wget https://github.com/ononoki1/nginx-quictls/releases/latest/download/nginx -O /usr/sbin/nginx
sudo chmod +x /usr/sbin/nginx
sudo systemctl start nginx

About

Similar to nginx-http3, but build with quictls.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.5%
  • Dockerfile 2.5%