这在proxy_pass上可能是这样的吗?
location / { proxy_pass http://example.com/path/; }
要求将所有来自http://example.com的请求指向http://another-example.com/path