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
wordpress nginx 伪静态配置wordpress nginx 伪静态配置
location / { try_files $uri $uri/ /index.php?$args; } r […]
Sing-box利用fakeip自动IP分流无感知上网Sing-box利用fakeip自动IP分流无感知上网
方法一:网络代理自动发现协议 网络代理自动发现协议(Web Proxy Auto-Discovery Prot […]
discuz是放在子/bbs下的,在nginx新建个server添加上面两个伪静态规则,即可有效301原站所有收录的链接