Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache: status must be less then 599 in *_cache_valid directives.
Previously, configurations with typo, for example fastcgi_cache_valid 200301 302 5m; successfully pass configuration test. Adding check for status codes > 599, and such configurations are now properly rejected.
- Loading branch information