Skip to content

How to use the plugin proxy-mirror correct #5439

Answered by arabot777
arabot777 asked this question in Q&A

You must be logged in to vote

sorry,lt's my fault.
I configure proxy-mirror is

"proxy-mirror": {
      "disable": false,
      "host": "http://127.0.0.1:8090",
      "sample_ratio": 1
    }

but apisix service it not running in local. I should configure this way:

"proxy-mirror": {
      "disable": false,
      "host": "http://192.168.56.19:8090",
      "sample_ratio": 1
    }

192.168.56.19 is my local ip. Now lt's working.

Replies: 2 comments

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Answer selected by arabot777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants