From 6442c568626490b85fe48f11d904a6df61d3732c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 21 Nov 2022 00:14:55 +0000 Subject: [PATCH] wip #5590 @1 --- .docker/config/httpd/httpd-nb.conf | 1 + .docker/config/httpd/httpd.conf | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5