期望
将 ip:port//oldPrefix/pages?a=1 重定向到 ip:port//targetPrefix/pages?a=1
nginx 配置
# 原始前缀
# permanent 重定向
location /oldPrefix/ {
rewrite ^/oldPrefix/(.*)$ /targetPrefix/$1 permanent;
}
# 目标前缀
location /targetPrefix/ {
# 相关配置
}
将 ip:port//oldPrefix/pages?a=1 重定向到 ip:port//targetPrefix/pages?a=1
# 原始前缀
# permanent 重定向
location /oldPrefix/ {
rewrite ^/oldPrefix/(.*)$ /targetPrefix/$1 permanent;
}
# 目标前缀
location /targetPrefix/ {
# 相关配置
}
JHCan333阅读 697
chokcoco赞 10阅读 2.8k
zZ_jie赞 4阅读 2.6k
alwaysVe赞 4阅读 8.9k
云绮棠兮赞 4阅读 3.6k评论 2
zZ_jie赞 4阅读 997
卡颂赞 3阅读 3.4k评论 2
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。