mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
avoid configuration warning with nginx 1.24.0
This commit is contained in:
parent
12e5ad3a7e
commit
e66a204ca7
@ -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;
|
||||||
|
|
||||||
@ -122,8 +122,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…
Reference in New Issue
Block a user