vibe.d maxRequestSize

sarn via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 15 17:35:25 PDT 2016


I hope this isn't too obvious, but I have to ask because it's 
such a common gotcha:

Are you reverse proxying through a server like nginx by any 
chance?  There are default request size limits there.  (For nginx 
specifically, it's this one:
https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size)


More information about the Digitalmars-d-learn mailing list