nginx - Disable Caching
Jul 16, 2015
location / {
	add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
	expires off;
}
nginx Related
Comments