Kaptain.
Telegram /
LinkedIn /
Email /
GIT /
RSS /
GPG /
Заказ печатных плат

№ 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: Do not rejoice in his defeat, you men, For though the world stood up And stopped the bastard, The bitch that bore him is in heat again. -- Bertolt Brecht
Leave a Reply