avoid configuration warning with nginx 1.24.0

This commit is contained in:
Daniel Micay 2023-05-23 18:02:31 -04:00
parent b59cb1384a
commit 1775719fb3

View File

@ -1,4 +1,4 @@
# nginx 1.22.x
# nginx 1.24.x
load_module modules/ngx_http_brotli_static_module.so;
@ -143,8 +143,8 @@ http {
}
server {
listen 443 default_server ssl backlog=4096;
listen [::]:443 default_server ssl backlog=4096;
listen 443 default_server ssl http2 backlog=4096;
listen [::]:443 default_server ssl http2 backlog=4096;
ssl_reject_handshake on;
keepalive_timeout 0;