avoid configuration warning with nginx 1.24.0
This commit is contained in:
parent
b59cb1384a
commit
1775719fb3
@ -1,4 +1,4 @@
|
|||||||
# nginx 1.22.x
|
# nginx 1.24.x
|
||||||
|
|
||||||
load_module modules/ngx_http_brotli_static_module.so;
|
load_module modules/ngx_http_brotli_static_module.so;
|
||||||
|
|
||||||
@ -143,8 +143,8 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 default_server ssl backlog=4096;
|
listen 443 default_server ssl http2 backlog=4096;
|
||||||
listen [::]:443 default_server ssl backlog=4096;
|
listen [::]:443 default_server ssl http2 backlog=4096;
|
||||||
ssl_reject_handshake on;
|
ssl_reject_handshake on;
|
||||||
|
|
||||||
keepalive_timeout 0;
|
keepalive_timeout 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user