![алгоритмы](https://habrastorage.org/r/w120/webt/5b/25/16/5b2516acf3242273198988.png)
Алгоритмы
- 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: /