This is a problem from the phusion passenger. You must modify the file: (gems> passenger-3.0.18> ext> nginx> Configuration.c)
ngx_conf_merge_msec_value(conf->upstream_config.send_timeout, prev->upstream_config.send_timeout, 6000000); ngx_conf_merge_msec_value(conf->upstream_config.read_timeout, prev->upstream_config.read_timeout, 6000000);
The occurrence timeout is 600,000, only 10 minutes. I tried changing nginx.conf but it did not work.
source share