Hi,
T-T, after looking into the access.log, I found that the request is behind the nginx:
1. Open the nginx conf file, I don't find any rewrite rule
2. Open the nginx error log, something suspicious like this: "2017/09/13 19:35:18 [error] 122157#122157: *126090038 upstream prematurely closed connection while reading response header from upstream, client ****"
this has any relationship with rewrite POST -> GET
3. Open the nginx access.log,I can see the request has been GET request...and I always see this:
"GET /favicon.ico HTTP/1.1" 302 161 "http://***/api/ce/submit?***"
I just learn nginx , so I can't see much thing from these log contents.
(I guess it's the nginx's load balance's problem?)
Based on these contents, could I yield some conclusions why POST converted into GET?
Or I adjust ngnix configuration(like adjust timeout value) to avoid this problem?
在 2017年9月19日星期二 UTC+8下午8:22:15,Eric Hartmann写道: