Changes between Version 3 and Version 4 of Ticket #1738, comment 6
- Timestamp:
- 06/17/20 07:07:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1738, comment 6
v3 v4 3 3 4 4 We are using `proxy_cache_background_update` and `proxy_cache_use_stale`. 5 Nginx returns the stale content / cache very slow.6 We didn't use Cache-Control header , it still very slow.5 Nginx won't return the stale content / cache when making more than one stale request. 6 We didn't use Cache-Control header. 7 7 8 8 Behavior: … … 17 17 18 18 19 Return value when executing `nginx -v`:nginx version: nginx/1.17.10 (Ubuntu)20 Return value when executing `uname -a`:Linux dd3-raynor-ubuntu 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux19 nginx version: nginx/1.17.10 (Ubuntu) 20 Linux dd3-raynor-ubuntu 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 21 21 22 22