mdh67899 opened a new issue #1428:
URL: https://github.com/apache/apisix-dashboard/issues/1428


   # Feature request
   
   ## Please describe your feature
   why apisix dashboard Path  limit path must Begin with / , and * can only at 
the end ?
   
   
![111111](https://user-images.githubusercontent.com/8528207/106884548-68cde000-671c-11eb-86a1-9c420c1a08eb.png)
   
   
   my nginx location is :
   ```
   location ~ /hello/ {
       proxy_pass http://127.0.0.1:8080
   }
   ```
   and my request url is: http://test.com/v1/1.8.10/hello/index.html
   
   ## Describe the solution you'd like
   
   
   ## Describe alternatives you've considered
   
   
   ## Additional context
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to