mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 21:43:08 -07:00
Merge dfd1e3bcc3 into 78f6855f08
This commit is contained in:
commit
db60ff99ce
|
|
@ -33,6 +33,17 @@
|
|||
#
|
||||
# and then enable it below by uncommenting the cloudflare-only.conf line
|
||||
#
|
||||
#
|
||||
# ** Fix upload speed for Cloudflare proxy: from <1MBps to >40MBps **
|
||||
# If using cloudflare proxy, replace:
|
||||
# proxy_set_header Connection "Keep-Alive";
|
||||
# with:
|
||||
# proxy_set_header Connection "";
|
||||
# and just make sure you also have: proxy_http_version 1.1;
|
||||
#
|
||||
# Reason: Clears client "Connection" headers so Nginx can manage its own
|
||||
# persistent pool via the "upstream" keepalive. Prevents Cloudflare/Client
|
||||
# close-signals from killing the backend pipe, drastically boosting speed.
|
||||
# ======================================================================
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue