如何在 nginx 中重写以下链接?
http://www.example.com/filename/key.value/bar.foo
到
http://www.example.com/filename.php?key=value&bar=foo
请注意.php!
如何在 nginx 中重写以下链接?
http://www.example.com/filename/key.value/bar.foo
到
http://www.example.com/filename.php?key=value&bar=foo
请注意.php!