1
0
Fork 0

nginx: fix http3

This commit is contained in:
Daniel Kempkens 2023-09-23 00:00:05 +02:00
parent 51457c2bee
commit 2e335daba8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,8 +25,9 @@
access_log /var/log/nginx/access.log combined_anon buffer=32k flush=5m; access_log /var/log/nginx/access.log combined_anon buffer=32k flush=5m;
''; '';
appendConfig = '' # Currently breaks HTTP3
worker_processes auto; # appendConfig = ''
''; # worker_processes auto;
# '';
}; };
} }