On Nov 7, 2012, at 14:39 , egorrrr wrote:
> нужно заменить строку http://example.com на http://example.com/#start
> делаю так:
>
> location / {
> root /home/www/example;
> index index.html;
> rewrite ^ http://www.example.com/#start; #тут должно выбросит на 302-ю
> }
return 302 "http://www.example.com/#start";
--
Igor Sysoev
http://nginx.com/support.html