标签: regex web url-rewriting nginx rewrite
我有一些404页面(example.com/404.html)
我想将所有以多个斜杠结尾的请求转发给它
例如
等等。
我m not exeprienced in nginx configuration, so i我非常感谢你的帮助
m not exeprienced in nginx configuration, so i
答案 0 :(得分:1)
您只想在URL中的任何位置使用此行为作为尾部斜杠或双/三/等斜杠?
如果您需要执行后者 - 请参阅merge_slashes。它可以禁用合并整个URL的斜杠。