nginx: fix http3
This commit is contained in:
parent
51457c2bee
commit
2e335daba8
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue