Files
Nginx-Lua-Anti-DDoS/lua
C0nw0nk a32a819b73 Update anti_ddos_challenge.lua
Fix Nginx Lua Bug with ngx.header["Set-Cookie"] function for some reason it only allows one instance of this header to be defined in a script. So to fix the issue I define the header once and only once in the entire script right at the end and set a variable that can be dynamic in setting multiple cookies.
2019-09-12 18:03:00 +01:00
..