neocities/tests/workers
Kyle Drake 7bd2ad6b51 New cache system using proxy_cache_bypass
Instead of using ngx_cache_purge which was buggy, we are trying
proxy_cache_bypass, which is internal to nginx. This is A Good Thing
(assuming it works), because when we call HEAD on the purge item, it
also warms the cache for us, which the previous system did not do. We
want newly updated files to cache warm, because they are expected to be
used quickly.
2015-07-27 15:44:34 -07:00
..
archive_worker_tests.rb Implement IPFS archiving (locally). Refactor store_file. 2015-05-21 23:10:59 -07:00
email_worker_tests.rb ability to email without footer 2015-03-11 12:19:40 -04:00
purge_cache_order_worker_tests.rb cache purge improvements, index path flusher 2015-07-02 17:21:19 -07:00
purge_cache_worker_tests.rb New cache system using proxy_cache_bypass 2015-07-27 15:44:34 -07:00
screenshot_worker_tests.rb fixes for screenshot worker 2014-08-20 13:48:20 -07:00