Fastcgi_timeout error V4

Dear all,

I am having timeout error below. I am new at v4… It looks like it is related with fastcgi timeout. but I have no clue at all where to find this config, I really hate docker … I really appreciated if you let me know which nginx config file I should edit ?

2013/01/19 11:36:59 [error] 14564#0: *1215 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 123.456.789.123, server: example.com, request: “POST /path/to/some/script.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “example.com”, referrer: “http://example.com/

@mnuri - did you ever find a solution to this?

I’m getting the same errors, and believe this is a direct result of the issue posted here, that I am experiencing:
https://community.easyengine.io/t/v4-timeout-increase/12509

Please advise.

Thanks,
David.

@mnuri

Here’s the solution:

Go into the /opt/easyengine/services/nginx-proxy/conf.d/ folder and add a new file ending in .conf (like custom.conf), and enter your config there.

Mine has these 3 lines:

proxy_connect_timeout 1200;
proxy_send_timeout 1200;
proxy_read_timeout 1200;

problem solved.

kindly give us example of the whole config because i was confused

As I said - “Mine has these 3 lines”