Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: proxy and web caching

$
0
0
Add the cache settings;
ea.:

proxy_cache content;
proxy_cache_key $scheme$host$request_uri$request_method;
proxy_cache_valid 200 301 302 304 15s;
proxy_cache_use_stale updating error timeout invalid_header http_500;
proxy_pass_header Set-Cookie;
proxy_pass_header Cookie;
proxy_ignore_headers Cache-Control Expires Set-Cookie;

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>