Force Nginx to Disable Cache
Add add_header Cache-Control no-cache;
in location that will be not cached
Reference: https://serverfault.com/questions/549200/how-do-i-force-nginx-to-load-new-static-files
Read other posts
Add add_header Cache-Control no-cache;
in location that will be not cached
Reference: https://serverfault.com/questions/549200/how-do-i-force-nginx-to-load-new-static-files