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 […]
ArchLinux下安装Shadowsocks服务端ArchLinux下安装Shadowsocks服务端
Arch Linux 的官方包索引中就有 Shadowsocks 的 Python 版(包名为 shadows […]
拆分 Windows 映像文件 (.wim) 以存放到多个 DVD 上拆分 Windows 映像文件 (.wim) 以存放到多个 DVD 上
使用 DVD 部署 Windows 映像 如果 Windows 映像超过 4.7GB (4700MB),并且要 […]
discuz是放在子/bbs下的,在nginx新建个server添加上面两个伪静态规则,即可有效301原站所有收录的链接