vavikast opened a new issue, #8132:
URL: https://github.com/apache/apisix/issues/8132
### Description
Hello I'm Very newbie into API Gateway. I install apisix and apisix
controller in kubernetes, but I use apisix controller only
install dashbord, mostly I use apisix + consul。now my apisix is ok
until add a rule ,the rule local_proxy other domain,like that.
location /scrm-organization-api {
proxy_pass http://xxx,yyyy.com;
}
then you can use the local_proxy,but after a minutes . all request will
return 404. include the dashboard,apisix-admin.
but the apisix logs only print 404, I can't get userful log .
the apisix can't use, but it look like ok, and the alway print the log.
this is ok :

when add a rule :


after a minutes
all reuqest will 404.



### Environment
- APISIX version (run `apisix version`): 2.14.1
- Operating system (run `uname -a`): ID=alpine VERSION_ID=3.14.6
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
openresty/1.19.9.1
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`): 3.4.18
- APISIX Dashboard version, if relevant: 2.13.0
- LuaRocks version, for installation issues (run `luarocks --version`): 3.8.0
- Hem info: NAME NAMESPACE REVISION UPDATED
STATUS CHART APP VERSION
apisix ingress-apisix 1 2022-06-27
12:05:12.308797023 +0800 CST deployed apisix-0.10.0 2.14.1
--
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]