Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Как правильно прописать robots.txt?
Каждый сервер описан отдельно. Такая конструкция пойдет?
if ($host = '*.develop.site.com' ) {
location = /robots.txt {
root /path/to/directory;
}
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,232635,232669#msg-232669
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|