Bypass the Nginx Cache to See Live Edits of Your HTML Site
Posted by SEOWH Admin on 31 March 2015 12:41 PM
|
|
What is Nginx?Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3 and IMAP protocols, as well as a load balancer, HTTP cache and a web server. We run Nginx as a server-side caching engine, in front of Apache on our systems on port 80, on (almost every single one) of our Shared servers and a slew of VPSes. It answers any requests for static content that has been cached, like .html files recently viewed. Bypass the Nginx CacheIf you have an HTML page or website that you're making edits to, but you're having trouble seeing the edits live as you make them... you might have an Nginx caching issue. Nginx caches your site content, but after you've made changes to your site, it doesn't realize you updated your files.
| |
|