nginx重写链接

location ~ /send.redir {
            if ( $query_string ~ “url=(?<path>.+)” ) {
rewrite ^.* http:/xxx.xxx.com$path?;
}
}
posted @ 2017-09-28 14:53  小电脑-滴雨  阅读(134)  评论(0编辑  收藏  举报