|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Продажа контента
а не проще ли просто силами nginxа?
location ^~ /download/ { valid_referers none server_names *.server.com/; if ($invalid_referer) {
return 403; } root /srv/www/htdocs/web1/html; autoindex on; auth_basic "Priwet !!!"; auth_basic_user_file /usr/local/nginx/conf/passwd;
access_log /usr/local/nginx/logs/access_web1_download.log download;
}
|
|
|