Changes between Version 1 and Version 2 of Ticket #1233, comment 3
- Timestamp:
- 03/31/17 16:04:56 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1233, comment 3
v1 v2 2 2 3 3 I would expect the STALE page to be removed and to ''forward'' on the correct 404. 4 5 Once the 3600 seconds have expired, the background cache updater will fetch the URL once again from the origin server and if it 404s it should then forward that 404 on to future clients. That's how I would anticipate it should work. It works this way with proxy_cache_background_update disabled. 6 7 Maybe I'm not configuring correctly? How can changes to the config perform this behaviour?