nginx: disable http/3
quictls is unmaintained for 5 months now
This commit is contained in:
parent
4df70a68cc
commit
d2e06a075e
|
@ -7,14 +7,10 @@
|
||||||
({ name, ... }: {
|
({ name, ... }: {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
# enable http3 for all hosts
|
|
||||||
quic = true;
|
|
||||||
http3 = true;
|
|
||||||
# split up nginx access logs per vhost
|
# split up nginx access logs per vhost
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
access_log /var/log/nginx/${name}_access.log;
|
access_log /var/log/nginx/${name}_access.log;
|
||||||
error_log /var/log/nginx/${name}_error.log;
|
error_log /var/log/nginx/${name}_error.log;
|
||||||
add_header Alt-Svc 'h3=":443"; ma=86400';
|
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue