Алгоритмы
- 1 ответ
- 0 вопросов
1
Вклад в тег
location /robots.txt {
set $disallow_indexing '';
if ($host ~ demo\.) {
set $disallow_indexing 'yes';
}
if ($disallow_indexing = 'yes') {
root /var/www/html;
}
if ($disallow_indexing != 'yes') {
proxy_pass $proxy_addr;
}
}
User-agent: *
Disallow: /