I need large file uploads, and get the following.
400 - Bad Request
Request size too big
Internal error information:
vibe.http.common.HTTPStatusException@../../../.dub/packages/vibe-d-0.7.29/vibe-d/source/vibe/http/server.d(1717): Request size too big
What is the simplest way for me to change the maximum request size permitted?
Maybe this is in the documentation, but I couldn't find it.