Tagged Questions
1
vote
1answer
3k views
Nginx negating condition/ if else
I've came into situation where I cannot find a way around it, neither with tons googling.
valid_referers none blocked something.com;
if ($invalid_referer) {
rewrite ^ /leech.jpg;
expires ...