Update nginx/nginx.conf
This commit is contained in:
parent
bd0a662d18
commit
ec9ab698e0
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue