Re: Override Content-Type header with proxied requests

2014-08-09 Thread flygoast
I wrote a module to process the problem ena.https://github.com/flygoast/ngx_http_types_filter our configuration in production like this: location / { types_filter $uri; .. proxy_pass http://down_server; } At 2014-08-09 10:34:06,manish-ezest wrote: >Hello Wandenberg, >

Re:ngx_slab_alloc() failed: no memory in cache keys zone "zone-xyz"

2013-03-28 Thread flygoast
Did you tune the shared memory size in proxy_cache_path? At 2013-03-27 20:34:27,"praveenkumar Muppala" wrote: Hi, We have a nginx1.0.5 version installed in our system. We are getting this error continuously in our nginx error log. ngx_slab_alloc() failed: no memory in cache keys zone "zon