Skip to content

Commit 83e36f1

Browse files
authored
Update anti_ddos_challenge.lua
Make var false by default in new versions of nginx / openresty lua this is not a issue but the fix is there for who ever may need it.
1 parent c929d1c commit 83e36f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/anti_ddos_challenge.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ localized.exit_status = false --true or false
18321832
--[[
18331833
a fix for content-type miss matching and lets say a text/html page your nginx is providing application/octet-stream as the content-type
18341834
]]
1835-
localized.content_type_fix = true --true or false
1835+
localized.content_type_fix = false --true or false
18361836

18371837
--[[
18381838
End Configuration

0 commit comments

Comments
 (0)