我想根据url参数做nginx代理
网址示例:www.foo.com/proxy/$serverUrl/$picUrl
$serverUrl 示例:storage.example.com $picUrl 示例:test.jpg 或 test.png
代理到:https://$serverUrl/static/$picUrl
如何制作这样的nginx代理?
我想根据url参数做nginx代理
网址示例:www.foo.com/proxy/$serverUrl/$picUrl
$serverUrl 示例:storage.example.com $picUrl 示例:test.jpg 或 test.png
代理到:https://$serverUrl/static/$picUrl
如何制作这样的nginx代理?