Skip to content

Similar to nginx-http3, but build with quictls.

License

Notifications You must be signed in to change notification settings

ononoki1/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 only provides a single binary nginx instead of Debian package.

Distribution switch notice

According to Debian Wiki, Debian bullseye will reach its end-of-life date in July 2024. Therefore, the project will switch to Debian bookworm as the packaging environment in June 2024.

Update: already switched on June 25th.

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