upload size
Hello!
I curr use pterodactyl with cf behind it.
There is also the option to transfer a server to another server, this server gets packaged.
The transfer always fails, looks like the free plan has a upload limit how big a file can be.
Is it possible to only upgrade the upload limit/file size limit?
5 Replies
It's 100 MB for free/Pro, 200 MB for Business, and 500 (or higher) for Enterprise
https://developers.cloudflare.com/cache/concepts/default-cache-behavior/#upload-limits.
Cloudflare Docs
Default Cache Behavior · Cloudflare Cache (CDN) docs
Cloudflare respects the origin web server’s cache headers in the following order unless an Edge Cache TTL cache rule overrides the headers.
Those limits exist partly because Cloudflare buffers the entire upload at edge until its complete to prevent some attacks
If you require a larger upload, group requests smaller than the upload thresholds or upload the full resource through an unproxied (grey-clouded) DNS record.(i.e if its support multipart you could have it done in smaller chunks, or do it through an unproxied/dns-only record)
So for example i run ptero with entire cf
I curr have full strict mode, should i just run a other certifacte and enable dns only and set full strict to only full?
You should always be full (strict), and your ssl/tls setting doesn't matter for unproxied/dns-only records at all, I don't get why you think you'd need to change it either
one big downside of making it dns-only is you're losing out on CF's CDN/Caching/WAF/Protection/etc, requests go directly to your origin
its just for the transfering
~2.2gb
and it doesnt support multiple chunks
i want to use cf, but this currently stops me to use it