Hello everyone!
I'm looking for someone who is able to help me out with some nginx lua rules, for some $$ ?
I got bitcoin & paypal..
i want to make a cookie check, i have one written in nginx already:
if ($http_cookie ~ "Firewall=0183592735929471947123") {
set $l7_protect 1;
}
if ($l7_protect = 0) {
rewrite ^ /error-pages/checkCookie.html last;
}
However I want to make this in LUA. So basically I can make the header string dynamic, (the hash, and perhaps hash user-agent and ip address to prevent attacks)..
thnx, skype is anonyhf