Update nginx/nginx.conf

This commit is contained in:
Minecon724 2025-01-08 10:41:03 +01:00
parent bd0a662d18
commit ec9ab698e0

View file

@ -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;