changeset 361:5be4616ffca0

Extend the timeout on the php-fpm proxy
author IBBoard <dev@ibboard.co.uk>
date Sat, 17 Oct 2020 14:00:31 +0100
parents 58cf3e347102
children 84c09975288b
files modules/website/files/php.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/website/files/php.conf	Mon Oct 05 20:05:38 2020 +0100
+++ b/modules/website/files/php.conf	Sat Oct 17 14:00:31 2020 +0100
@@ -4,7 +4,7 @@
 <Files ".user.ini">
 	Require all denied
 </Files>
-<Proxy "fcgi://localhost/" enablereuse=on max=50>
+<Proxy "fcgi://localhost/" enablereuse=on max=50 timeout=300>
 </Proxy>
 <FilesMatch "\.php$">
 	# Don't wrap in an <IfModule> because we'd rather it failed