Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release focuses on stabilization of recently released features
and fixing bugs found by various fuzzers.
Learn more about njs:
- Overview and introduction:
https://nginx.org/en/docs/njs/
- NGINX JavaScript i
I am running nginx 1.24.0 on a computer with
Windows Server 2016 Server standard OS.
I am truing to use nginx to function as a reverse proxy
server when it received requests for some URLs and
to directly serve web pages for others. I was successful s
configuing nginx to do the reverse proxy serv
Hello Roman,
Thank you. Noted about the mailing list.
My function will be called from / inline in ngx_http_ssl_servername.
ngx_http_ssl_servername itself is registered as a SNI TSL extensions
callback like this:
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
if (SSL_CTX_set_tlsext_servername_callback(
Hi,
On Mon, Feb 05, 2024 at 11:24:39PM +0200, Clima Gabriel wrote:
> Hello everyone,
>
> (the code is probably clearer and attached below)
Please note that this mailing list is not for development question.
We have a separate list nginx-de...@nginx.org for this.
> This function modifies what ng