You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/23 09:02:42 UTC

[GitHub] [apisix] jujiale commented on issue #8560: help request: proxy-mirror plugin seems doesnot work

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org