On Tue, 25 Jun 2024 at 16:35, J Carter wrote:
> Very, it's required to use the reuseport parameter when using multiple
> workers as per the documentation here[1] so that all UDP packets of a
> HTTP/3/quic connection are routed to and handled by the same worker, as
> I understand.
I see, thanks.
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
Learn more about njs:
- Overview and introduction:
https://nginx.org/en/docs/njs/
- NGINX JavaScript in Your Web Server Configuration:
https://youtu.be/Jc_L6UffFOs
- Extending NGINX with Custom Code:
h
Hello,
On Sat, 15 Jun 2024 13:58:55 +0100
Dominic Preston wrote:
> I'm using nginx 1.26.1 from the nginx.org ubuntu repo.
>
> I find when I remove the "reuseport" flag from the "listen" directive
> for my quic port, a lot page assets fail to load, and the browser
> ultimately falls back to http