Alan-MQ opened a new issue, #10078: URL: https://github.com/apache/apisix/issues/10078
### Description https://apisix.apache.org/docs/apisix/getting-started/configure-routes/ I did exactly what this documentation said first I install this apisix like they said in the website ```sh curl -sL https://run.api7.ai/apisix/quickstart | sh ``` and I test it ```sh curl "http://127.0.0.1:9080" --head | grep Server ``` it goes like this <img width="1503" alt="image" src="https://github.com/apache/apisix/assets/109934126/ae6f931f-143c-4a18-923d-49aac6b73232"> And everything looks great even after I add this route like this ```sh curl -i "http://127.0.0.1:9180/apisix/admin/routes" -X PUT -d ' { "id": "getting-started-ip", "uri": "/ip", "upstream": { "type": "roundrobin", "nodes": { "httpbin.org:80": 1 } } }'``` but when I wan to access this new route /ip I got something like this <img width="1495" alt="image" src="https://github.com/apache/apisix/assets/109934126/50df03bb-7d11-40aa-abbd-8fcd29ec50f6"> ### Environment - APISIX version (run `apisix version`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
