Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx rewrite ?&
ë ÓÏÖÁÌÅÎÉÀ É Ó 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@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|