Fixed nginx conf issue
This commit is contained in:
@@ -24,7 +24,7 @@ server {
|
||||
local res = ngx.ctx.targetInfo
|
||||
if not res then
|
||||
ngx.log(ngx.ERR, "This should not happen", domain)
|
||||
ngx.exit(499)
|
||||
ngx.exit(406)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user