From: vincent@cubedesigners.com Date: Sun, 20 Nov 2022 23:45:25 +0000 (+0000) Subject: wip #5590 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=21c0a2b959d050b7df8e44f2a57f450dc4551644;p=cubeextranet.git wip #5590 --- 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