mgonzaga1990 commented on issue #8709:
URL: https://github.com/apache/apisix/issues/8709#issuecomment-1397988920

   Hi @mscb402 ,
   
   **192.168.1.78:8090** is the address of the upstream and i have fixed it.
   now applying the below configuration
   
   ``` json
   {
     "uri": "/food/*",
     "name": "food-service-route",
     "methods": [
       "GET",
       "POST",
       "PUT",
       "DELETE",
       "PATCH",
       "HEAD",
       "OPTIONS",
       "CONNECT",
       "TRACE"
     ],
     "plugins": {
       "proxy-rewrite": {
         "regex_uri": [
           "^/food/(.*)",
           "/$1"
         ]
       }
     },
     "upstream_id": "443949312083231431",
     "status": 1
   }
   ```
   
   
![image](https://user-images.githubusercontent.com/21145779/213635779-ba5e1709-22a1-4f8e-906f-a79afc443e5d.png)
   


-- 
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-unsubscr...@apisix.apache.org

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

Reply via email to