avoid configuration warning with nginx 1.24.0

This commit is contained in:
Daniel Micay 2023-05-23 18:22:19 -04:00
parent 12e5ad3a7e
commit e66a204ca7

View File

@ -1,4 +1,4 @@
# nginx 1.22.x
# nginx 1.24.x
load_module modules/ngx_http_brotli_static_module.so;
@ -122,8 +122,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;