Merge pull request #284 from CpuID/master
allow setting custom priority before and after default SSL priority
This commit is contained in:
commit
5e5f9d2ec7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue