Closed kapouer closed 8 years ago
Typically with memcached -I 10m. It seems to also require nginx client_max_body_size 10M;, or else i get
memcached -I 10m
client_max_body_size 10M;
client intended to send too large body: 1222117 bytes, client: 127.0.0.1, server: , request: "GET /css/semantic.css HTTP/1.1", subrequest: "/_memc", host: "localhost:3001", referrer: "http://localhost:3001/"
@kapouer Oh, thanks for the tip! Will you please create a pull request to leave this tip in the docs? Many thanks!
Typically with
memcached -I 10m
. It seems to also require nginxclient_max_body_size 10M;
, or else i get