私は提案を試しました:
Nginx で FastCGI を使用してゲートウェイ タイムアウトを回避するにはどうすればよいですか
nginx.conf (http セクション {} 内)
#prevent gateway timeout
client_header_timeout 1000000;
client_body_timeout 1000000;
send_timeout 1000000;
fastcgi_read_timeout 1000000;
しかし、約 60 秒後にエラー 504 ゲートウェイ タイムアウトが発生します。Apache の前に nginxx があるため、Apache がエラーの原因かどうかはわかりませんが、明らかに nginx からの 504 ゲートウェイ タイムアウトが発生します。