-
Notifications
You must be signed in to change notification settings - Fork 0
Home
GhostZch edited this page Oct 22, 2018
·
1 revision
Welcome to the hornet wiki!
与nginx关联
local res = ngx_capture("/hornet-get/")
if res == HTTP_OK then -- send to client else local res = ngx_capture("/upstream/") -- send to client
res = ngx_capture("/hornet-post/")
...
end