summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 8dbcfb27..962709c6 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -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;