nginx rewrite ?&

Vadim Lazovskiy vadim.lazovskiy at gmail.com
Thu Apr 4 10:33:03 UTC 2013


Попробовал:

        location = /test {
                if ($args ~ ^&) {
                        return 301 http://example.com/work/;
                }

                default_type text/plain;
                return 200 $args;
        }

Робит: либо выводит переменную, либо делает редирект.


4 апреля 2013 г., 13:10 пользователь skeletor <nginx-forum at nginx.us>написал:

> К сожалению и с args тоже не заработал. Пробовал вот так:
>
> if ($args ~* ^&) {
>  rewrite ^ http://$host permanent;
> }
>
> if ($args ~* "^&") {
>  rewrite ^ http://$host permanent;
> }
>
> if ($args ~* "^\&") {
>  rewrite ^ http://$host permanent;
> }
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,238083,238087#msg-238087
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
>



-- 
Best Regards,
Vadim Lazovskiy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-ru/attachments/20130404/fa007814/attachment.html>


Подробная информация о списке рассылки nginx-ru