From 21c0a2b959d050b7df8e44f2a57f450dc4551644 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Sun, 20 Nov 2022 23:45:25 +0000 Subject: [PATCH] wip #5590 --- .docker/config/httpd/httpd-nb.conf | 2 +- .docker/config/httpd/httpd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/config/httpd/httpd-nb.conf b/.docker/config/httpd/httpd-nb.conf index 652a77e3f..83efa9b1b 100644 --- a/.docker/config/httpd/httpd-nb.conf +++ b/.docker/config/httpd/httpd-nb.conf @@ -293,7 +293,7 @@ DocumentRoot "/application" Require all granted -ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9001/application/$1" timeout=1800 +ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9001/application/$1" timeout=18000 XSendFile on XSendFilePath /application diff --git a/.docker/config/httpd/httpd.conf b/.docker/config/httpd/httpd.conf index fdc23bb73..3a0a88a83 100644 --- a/.docker/config/httpd/httpd.conf +++ b/.docker/config/httpd/httpd.conf @@ -293,7 +293,7 @@ DocumentRoot "/application" Require all granted -ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9000/application/$1" timeout=1800 +ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9000/application/$1" timeout=18000 XSendFile on XSendFilePath /application -- 2.39.5