Php-fpm & apache

From VoIPmonitor.org
Revision as of 17:31, 4 April 2018 by Petr.halounek (talk | contribs) (Created page with " For '''504 - gateway timeout''' increase the proxy timeout time with following steps: echo 'ProxyTimeout 1800' > /etc/httpd/conf.d/proxy_timeout.conf systemctl restart h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For 504 - gateway timeout

increase the proxy timeout time with following steps:

echo 'ProxyTimeout 1800' > /etc/httpd/conf.d/proxy_timeout.conf
systemctl restart httpd.service