404 when conditional purging
-
When updating anything, resulting in a conditional purge, my Nginx Helper Log just lists a whole bunch of this. Nothing get’s purged from the cache.
It’s treating location ~ /purge(/.*) as if it’s an actual location, which results in a 404 error.
This error does not occur when using the purge cache button on the admin bar. Any insight into what might be causing this?
2015-09-10 05:14:44 | INFO | Purging homepage ‘https://mydomain.com/’
2015-09-10 05:14:44 | INFO | – Purging URL | https://mydomain.com/
2015-09-10 05:14:44 | INFO | – – https://mydomain.com/purge/ is currently not cached
2015-09-10 05:14:44 | INFO | – – https://mydomain.com/purge/feed/ is currently not cached
2015-09-10 05:14:44 | INFO | – – https://mydomain.com/purge/feed/atom/ is currently not cached
2015-09-10 05:14:44 | INFO | – – https://mydomain.com/purge/feed/rdf/ is currently not cached
- The topic ‘404 when conditional purging’ is closed to new replies.