Changes between Version 1 and Version 2 of Ticket #1233, comment 3


Ignore:
Timestamp:
03/31/17 16:04:56 (7 years ago)
Author:
stackoverflow.com/users/2528298/ted-wilmont

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233, comment 3

    v1 v2  
    22
    33I would expect the STALE page to be removed and to ''forward'' on the correct 404.
     4
     5Once 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
     7Maybe I'm not configuring correctly?  How can changes to the config perform this behaviour?