Commit bf997d5
committed
Fix: remove invalid 'expired' value from proxy_cache_use_stale
proxy_cache_use_stale does not support 'expired'. Stale-on-expiry is
handled by 'updating' + proxy_cache_background_update on — nginx serves
the stale entry and revalidates in the background when proxy_cache_valid
time elapses.1 parent 1d67307 commit bf997d5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments