nginx重写链接时间:2023-03-09 12:54:12 location ~ /send.redir { if ( $query_string ~ “url=(?<path>.+)” ) {rewrite ^.* http:/xxx.xxx.com$path?;}}