From 088193a6f08731a8ad31bd9ada7954c9ea148ebd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 10 May 2023 13:55:01 +0200 Subject: [PATCH] wait #5925 --- .docker/config/httpd/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/config/httpd/httpd.conf b/.docker/config/httpd/httpd.conf index 78f057d99..21afe6604 100644 --- a/.docker/config/httpd/httpd.conf +++ b/.docker/config/httpd/httpd.conf @@ -293,7 +293,7 @@ DocumentRoot "/application/public" Require all granted -ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://fluidbook-toolbox:9000/application/public/$1" timeout=1800 +ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://fluidbook-toolbox:9000/application/public/$1" timeout=18000 XSendFile on XSendFilePath /application -- 2.39.5