]> _ Git - cubeextranet.git/commitdiff
wip #5590
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sun, 20 Nov 2022 23:45:25 +0000 (23:45 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sun, 20 Nov 2022 23:45:25 +0000 (23:45 +0000)
.docker/config/httpd/httpd-nb.conf
.docker/config/httpd/httpd.conf

index 652a77e3f345da131892e06c14e29d121c1c3a50..83efa9b1baff95fd54bff09361d819b4b55041e9 100644 (file)
@@ -293,7 +293,7 @@ DocumentRoot "/application"
     Require all granted
 </Directory>
 
-ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9001/application/$1" timeout=1800
+ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9001/application/$1" timeout=18000
 
 XSendFile on
 XSendFilePath /application
index fdc23bb731f615d76cc324b101bf7637fdc5a47a..3a0a88a83c69ab3de094db93c89587984f3f4aa7 100644 (file)
@@ -293,7 +293,7 @@ DocumentRoot "/application"
     Require all granted
 </Directory>
 
-ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9000/application/$1" timeout=1800
+ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9000/application/$1" timeout=18000
 
 XSendFile on
 XSendFilePath /application