server
{
listen 80 default;
rewrite ^/bbs/(.*)$ http://beishe.cc/$1 permanent;
rewrite ^/(.*)$ http://beishe.cc/$1 permanent;
access_log off;
}
nginx 子目录 301
Categories:
Related Post
转载:cisco路由器nat回流解决办法–NVI转载:cisco路由器nat回流解决办法–NVI
回流,简单的说就是内网终端通过映射后的公网地址访问内网服务。通常配置的inside-outside模式的nat […]
用Windows10 ADK 1511提取中文原版WINPE用Windows10 ADK 1511提取中文原版WINPE
copype amd64 E:\WinPE_amd64 Dism /Mount-Image /ImageFil […]

discuz是放在子/bbs下的,在nginx新建个server添加上面两个伪静态规则,即可有效301原站所有收录的链接