Skip to content

nginx 1.23.3

Compare
Choose a tag to compare
@macbre macbre released this 19 Dec 13:57
· 73 commits to master since this release
95264ac
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.

Potential breaking changes

Please note that thanks to #97 this container now runs the nginx daemon as a non-root user. You may need to update the ports your nginx binds if your using anything below port 1024.