问题解决了。
- #301重定向开始
- # 根域名重定向
- location = / {
- return 301 https://aaa.xxx.com/4g-5g-converged-core/;
- }
- # 多语言路径重定向
- location ~ ^/(fr|es|pt|ar|ru|de|et|bg|pl|fi|nl|cs|tr|uk|el|hu|it|id|zh|ja|zh_hk)/?$ {
- return 301 https://aaa.xxx.com/$1/4g-5g-converged-core/;
- }
复制代码
|
|