Disables processing of certain response header fields from the proxied server. The following fields can be ignored: “X-Accel-Redirect”, “X-Accel-Expires”, “X-Accel-Limit-Rate” (1.1.6), “X-Accel-Buffering” (1.1.6), “X-Accel-Charset” (1.1.6), “Expires”, “Cache-Control”, “Set-Cookie” (0.8.44), and “Vary” (1.7.7).
If not disabled, processing of these header fields has the following effect:
“X-Accel-Expires”, “Expires”, “Cache-Control”, “Set-Cookie”, and “Vary” set the parameters of response caching; “X-Accel-Redirect” performs an internal redirect to the specified URI; “X-Accel-Limit-Rate” sets the rate limitfor transmission of a response to a client; “X-Accel-Buffering” enables or disables buffering of a response; “X-Accel-Charset” sets the desired charset of a response.
The cache manager is activated periodically to check the state of the cache. If the cache size exceeds the limitset by the max_size parameter to the proxy_cache_path directive, the cache manager removes the data that was accessed least recently. As previously mentioned, the amount of cached data can temporarily exceed the limit during the time between cache manager activations.