abiosoft / caddy-docker

Docker container for Caddy
https://hub.docker.com/r/abiosoft/caddy/
MIT License
768 stars 315 forks source link

php variant timeouts #179

Closed kaihendry closed 5 years ago

kaihendry commented 5 years ago
30/Apr/2019:01:51:31 +0000 [ERROR 504 /foobar.php] read tcp 127.0.0.1:49154->127.0.0.1:9000: i/o timeout

Any ideas to what might be causing this or how to debug it?

Thank you!

abiosoft commented 5 years ago

You may want to increase the read_timeout configuration. https://caddyserver.com/docs/fastcgi.

kaihendry commented 5 years ago

Thank you! I think that works. However, I need to better track timeouts. Any ideas how to improve:

30/Apr/2019:08:02:53 +0000 [ERROR 504 /foobar.php] read tcp 127.0.0.1:50380->127.0.0.1:9000: i/o timeout

With the timings?

kaihendry commented 5 years ago

read_timeout works