nic-6443 opened a new issue #5261:
URL: https://github.com/apache/apisix/issues/5261


   ### Improved or typo fixed.
   
   The default apisix admin port is 9180, why the access port for 
`/api/admin/*` in the document is 9080 (http listen port), which makes new 
users a little confused when using the examples in the document. For example: 
   ```shell
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
         "plugins": {
               "http-logger": {
                   "uri": "http://mockbin.org/bin/:ID";
               }
          },
         "upstream": {
              "type": "roundrobin",
              "nodes": {
                  "127.0.0.1:1980": 1
              }
         },
         "uri": "/hello"
   }'
   ```
   
   ### Solution
   
   Is it possible to replace the 9080 port used to access the `/apisix/admin` 
api to port 9180?


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


Reply via email to