jujiale commented on issue #8560:
URL: https://github.com/apache/apisix/issues/8560#issuecomment-1363754882
I find in nginx.conf,generate the following config
`
location = /proxy_mirror {
internal;
proxy_http_version 1.1;
proxy_set_header Host $upstream_host;
proxy_pass $upstream_mirror_host$request_uri;
}
`
I don't know how or when , or use what kind of way. the location will take
effect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]