№ 8099 В разделе
Sysadmin
от February 25th, 2016,
В подшивках: Linux, Nginx
Надоели хотлинкеры, сосущие траффик гигабайтами? Отличный рецепт:
location ~ .(gif|png|jpe?g)$ { valid_referers blindage.org; if ($invalid_referer) { access_log /var/log/nginx/hotlinks.log; rewrite (.*)\.(jpg|jpeg|png|gif)$ /; } }
Fortune cookie: "If you can't answer a man's arguments, all is not lost; you can still call him vile names." [Elbert Hubbard]
Leave a Reply