Skip to content

Commit

Permalink
add apisix.ssl.listen in merge_conf validation
Browse files Browse the repository at this point in the history
Signed-off-by: wayne-cheng <[email protected]>
  • Loading branch information
wayne-cheng committed Aug 27, 2021
1 parent 589eed8 commit 8fbce3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apisix/cli/file.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ local function path_is_multi_type(path, type_val)
return true
end

if path == "apisix->ssl->listen" and type_val == "number" then
return true
end

return false
end

Expand Down

0 comments on commit 8fbce3c

Please sign in to comment.