我通过以下方式调用了请求
http://localhost/api/v1/gateway/5ca27a91d03035058d0f893a/recurse/12345567%2F2019
我进入nginx $ uri编码('/ 2019'):
http://localhost/api/v1/gateway/5ca27a91d03035058d0f893a/recurse/12345567/2019
我的位置:
location /api/ {
proxy_pass http://servers/api/;
include includes/proxy.include;
include includes/cache-off.include;
}