Re: Problem with big files

2014-06-16 Thread Justin Dorfman
> > I use a patch > Maxim provided some time ago allowing range requests to receive HTTP 206 if > a resource is not in cache but it's determined to be cacheable... Can you please link to this patch? Regards, Justin Dorfman <http://www.twitter.com/jdorfman> Director

Re: Return JSON for 404 error instead of html

2014-05-13 Thread Justin Dorfman
application/octet-stream it is =p Regards, Justin Dorfman <http://www.twitter.com/jdorfman> Director of Developer Relations MaxCDN <http://twitter.com/MaxCDNDeveloper> Email / IM: jdorf...@maxcdn.com Mobile: 818.485.1458 Twitter: @jdorfman <http://www.twitter.com/jdorfman>

Re: Return JSON for 404 error instead of html

2014-05-13 Thread Justin Dorfman
Out of curiosity, would the mime/content type show up as application/json or text/plain? Regards, Justin Dorfman <http://www.twitter.com/jdorfman> Director of Developer Relations MaxCDN <http://twitter.com/MaxCDNDeveloper> Email / IM: jdorf...@maxcdn.com Mobile: 818.485.

Re: Query strings duplicating on 301 redirect

2014-05-05 Thread Justin Dorfman
@Richard Interesting. I shall give that a try. Regards, Justin Dorfman <http://www.twitter.com/jdorfman> Director of Developer Relations MaxCDN <http://twitter.com/MaxCDNDeveloper> Email / IM: jdorf...@maxcdn.com Mobile: 818.485.1458 Twitter: @jdorfman <http://www.twitter.com

Re: Query strings duplicating on 301 redirect

2014-05-05 Thread Justin Dorfman
Thanks Francis, worked perfectly. Regards, Justin Dorfman <http://www.twitter.com/jdorfman> Director of Developer Relations MaxCDN <http://twitter.com/MaxCDNDeveloper> Email / IM: jdorf...@maxcdn.com Mobile: 818.485.1458 Twitter: @jdorfman <http://www.twitter.com/jdorfman&g

Query strings duplicating on 301 redirect

2014-05-05 Thread Justin Dorfman
v=2 Nginx config: location / { if ($scheme = http) { rewrite ^ https://$http_host$request_uri permanent; } Any ideas? Thanks in advance. Regards, Justin Dorfman <http://www.twitter.com/jdorfman> ___ nginx mailing list nginx@nginx.org http://m