Nginx 1.23.3

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
913
Location
🇳🇱
Changes with nginx 1.23.3 13 Dec 2022

*) Bugfix: an error might occur when reading PROXY protocol version 2
header with large number of TLVs.

*) Bugfix: a segmentation fault might occur in a worker process if SSI
was used to process subrequests created by other modules.
Thanks to Ciel Zhao.

*) Workaround: when a hostname used in the "listen" directive resolves
to multiple addresses, nginx now ignores duplicates within these
addresses.

*) Bugfix: nginx might hog CPU during unbuffered proxying if SSL
connections to backends were used.
 
Pity we have to wait for the next DA update to get program updates.....
 
Already updated here with the help of:

- https://github.com/poralix/directadmin-utils/blob/master/nginx/build_nginx

Install the script:

Code:
cd /usr/local/directadmin/custombuild/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/nginx/build_nginx -O /usr/local/directadmin/custombuild/build_nginx
chmod 755 ./build_nginx
./build_nginx

Run to download and install the latest version of nginx:

Code:
cd /usr/local/directadmin/custombuild/
./build_nginx install
 
Back
Top