Nginx configuration variable max size

2013-10-14 Thread Calin Don
Hi, Is there any limit on what amount of data an nginx config variable can hold? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Disable access log escaping

2013-07-03 Thread Calin Don
Hi, I'm using a module which sets some data formated as json to a variable. I'm trying to log this variable using the access log, but the content is escaped. I'm getting something like {\x22foo\x22:\x22bar\x22} instead of {'foo':'bar'}. Is there a way to disable the escaping per access_log or

Limit serving to responses only below certain size

2013-03-06 Thread Calin Don
Hi, Is there a way to server files only below a certain size? eg. Return 403 on files bigger than 5MB? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Limit serving to responses only below certain size

2013-03-06 Thread Calin Don
Unfortunately the way big files are getting there is beyond my control. On Wed, Mar 6, 2013 at 5:30 PM, Jonathan Matthews cont...@jpluscplusm.comwrote: On 6 March 2013 13:28, Calin Don calin@gmail.com wrote: Hi, Is there a way to server files only below a certain size? eg. Return