From: vincent@cubedesigners.com Date: Mon, 21 Nov 2022 00:14:55 +0000 (+0000) Subject: wip #5590 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6442c568626490b85fe48f11d904a6df61d3732c;p=cubeextranet.git wip #5590 @1 --- diff --git a/.docker/config/httpd/httpd-nb.conf b/.docker/config/httpd/httpd-nb.conf index 83efa9b1b..154647cd6 100644 --- a/.docker/config/httpd/httpd-nb.conf +++ b/.docker/config/httpd/httpd-nb.conf @@ -297,6 +297,7 @@ ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9001/application/$1" timeout= XSendFile on XSendFilePath /application +XSendFilePath /ftp # # DirectoryIndex: sets the file that Apache will serve if a directory diff --git a/.docker/config/httpd/httpd.conf b/.docker/config/httpd/httpd.conf index 3a0a88a83..8f0547062 100644 --- a/.docker/config/httpd/httpd.conf +++ b/.docker/config/httpd/httpd.conf @@ -297,6 +297,7 @@ ProxyPassMatch ^/(.*\.php(/.*)?)$ "fcgi://extranet:9000/application/$1" timeout= XSendFile on XSendFilePath /application +XSendFilePath /ftp # # DirectoryIndex: sets the file that Apache will serve if a directory