Welcome! Log In Create A New Profile

Advanced

NGINX 1.23.4 warning message

Fabiano Furtado Pessoa Coelho
June 28, 2023 04:22PM
Hi...

Recently, I've upgrade my NGINX version 1.22.x to 1.24.0 and I notice
in nginx.org/en/CHANGES-1.24 about a new change in version 1.23.4:

"Changes with nginx 1.23.4 28 Mar 2023
...
*) Change: now nginx issues a warning if protocol parameters
of a listening socket are redefined.
..."

I have the following configuration, using distinct "server" blocks

server { listen <IP>:<PORT> ssl http2; ...}
server { listen <IP>:<PORT> ssl; ...} # listen definition without "http2"

... and the following warning messages (it appears in "error.log" file too):

# nginx -t:
nginx: [warn] protocol options redefined for <IP>:<PORT> in
/etc/nginx/conf.d/servers.conf:"x"
nginx: [warn] protocol options redefined for <IP>:<PORT> in
/etc/nginx/conf.d/servers.conf:"y"

What do these warning messages mean? Should I be worried?

Thanks in advance.
Fabiano Furtado
_______________________________________________
nginx mailing list
nginx@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

NGINX 1.23.4 warning message

Fabiano Furtado Pessoa Coelho June 28, 2023 04:22PM

Re: NGINX 1.23.4 warning message

Sergey A. Osokin June 28, 2023 09:04PM

Re: NGINX 1.23.4 warning message

Fabiano Furtado Pessoa Coelho June 29, 2023 10:02AM

Re: NGINX 1.23.4 warning message

Francis Daly June 29, 2023 10:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 192
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready