Merge pull request #284 from CpuID/master

allow setting custom priority before and after default SSL priority
This commit is contained in:
James Fryman 2014-03-28 07:27:25 -05:00
commit 5e5f9d2ec7

View file

@ -217,8 +217,8 @@ define nginx::resource::location (
fail('$priority must be an integer.')
}
validate_array($rewrite_rules)
if ($priority < 401) or ($priority > 599) {
fail('$priority must be in the range 401-599.')
if ($priority < 401) or ($priority > 899) {
fail('$priority must be in the range 401-899.')
}
# # Shared Variables