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
制作多功能启动U盘WinPE+MacOS+ISO映像制作多功能启动U盘WinPE+MacOS+ISO映像
简介: 多功能U盘,同时支持黑白苹果和WindowsPE、ISO等镜像启动,比如Clover、LinuxLiv […]
discuz是放在子/bbs下的,在nginx新建个server添加上面两个伪静态规则,即可有效301原站所有收录的链接