Changes between Version 1 and Version 2 of Ticket #2540
- Timestamp:
- 08/30/23 13:02:48 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2540 – Description
v1 v2 208 208 }}} 209 209 210 Then in the correction location we include this one: 211 212 213 {{{ 214 set $cache cache-live; 215 proxy_cache_valid 400 401 403 405 2s; 216 proxy_cache_valid 404 412 500 501 502 503 504 505 509 0s; 217 proxy_cache_valid any 5m; 218 open_file_cache_valid 10m; #LIVE 219 open_file_cache max=200000 inactive=5m; #LIVE 220 gzip off; 221 }}} 222 223 210 224 211 225 Best Regards