Enable HTTP/3 QUIC

This commit is contained in:
VirtuBox
2024-06-08 11:59:18 +02:00
parent cb18d970bd
commit c641f1eaa1
6 changed files with 27 additions and 5 deletions

View File

@@ -55,6 +55,9 @@ http {
proxy_set_header Early-Data $ssl_early_data;
ssl_early_data on;
# enable http/2
http2 on;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:50m;
ssl_session_tickets off;