| 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; |
| | 210 | Then in the correct 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; |