全球主机交流论坛
标题:
求一段nginx index/html 301 到 www.a.com首页的代码.谢谢
[打印本页]
作者:
被爱伤害的男人
时间:
2016-4-24 09:10
标题:
求一段nginx index/html 301 到 www.a.com首页的代码.谢谢
求一段nginx www.a.com/index/html 301 到 www.a.com 首页的代码.十分感谢
作者:
被爱伤害的男人
时间:
2016-4-24 09:37
求一段nginx www.a.com/index/html 301 到 www.a.com 首页的代码.十分感谢
作者:
infokid
时间:
2016-4-24 10:16
被爱伤害的男人 发表于 2016-4-24 09:37
求一段nginx www.a.com/index/html 301 到 www.a.com 首页的代码.十分感谢
location ^~ /index/html {
rewrite ^.+ http://www.a.com/$1 permanent;
break;
if ( $request_filename ~ index/html/ ) {
rewrite ^ http://www.a.com/$1 permanent;
}
欢迎光临 全球主机交流论坛 (https://fd.vvwvv.eu.org/)
Powered by Discuz! X3.4