Fixed nginx conf issue

This commit is contained in:
2024-08-08 09:15:56 -04:00
parent ee582891fa
commit 8c53b120b8
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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