Update nginx config for HTTP/3 support #976
No reviewers
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma!976
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "norm/akkoma:nginx-http3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall fairly minor changes, but most importantly the Host header passed to the backend is set to
$hostinstead of$http_hostas HTTP/3 no longer uses the Host header, leaving it unset.$hostwill fallback to theserver_namevalue in that situation while$http_hostdoesn't.Ref: https://community.nginx.org/t/proxy-params-by-default-blocks-reverse-proxy-for-http-3/6792
919eb49685c746a2913cc746a2913c89356097faDoes this work without
http3 on(and potentially some more quic settings) in the server block (or globally)?Or is this enabled by default in new-enough nginx?
http3 onis the default when using the module: https://nginx.org/en/docs/http/ngx_http_v3_module.html89356097fada340fd46c