使用 nginx 将整个 uri 重写为查询字符串?
如何重写
http://domain1/one/two? Three=four
形式的 URI到
http://domain2?path=http%3A%2F%2Fdomain1%2Fone%2Ftwo%3F Three%3Dfour
使用nginx?
How do I rewrite URIs of the form
http://domain1/one/two?three=four
to
http://domain2?path=http%3A%2F%2Fdomain1%2Fone%2Ftwo%3Fthree%3Dfour
using nginx?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或
有关 nginx 变量 的更多信息。
OR
More on nginx variables.