bbpress搜索链接跳转Nginx规则

#1009

追光
管理员

进一步发现搜索链接没有跳转过来

# Search
location ~ ^/forums/search/([^/]+)(/page/[0-9]+)?/?$ {
    return 301 /search/$1$2;
}