diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 10e5551..17ce2bd 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -33,11 +33,14 @@ http { keepalive_timeout 65; gzip on; + gzip_types *; + gzip_min_length 1000; + gzip_proxied any; + http2 on; add_header Alt-Svc 'h3=":443"; ma=86400'; - # modern configuration ssl_protocols TLSv1.3; ssl_ecdh_curve X25519:prime256v1:secp384r1;