Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: редирект,uri,#
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
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|