From 5b32f9ea20661558c305e5a6eabd8412a7275837 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Fri, 29 Mar 2024 10:41:10 -0400 Subject: [PATCH] Adjust Apache configuration in Dockerfiles --- biodatacatalyst-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biodatacatalyst-ui/Dockerfile b/biodatacatalyst-ui/Dockerfile index 3ab610a7..b692dad3 100644 --- a/biodatacatalyst-ui/Dockerfile +++ b/biodatacatalyst-ui/Dockerfile @@ -22,7 +22,7 @@ RUN sed -i "s/DirectoryIndex index.html/DirectoryIndex index_${FILE_SUFFIX}.html RUN mkdir /usr/local/apache2/logs/ssl_mutex # Disable directory browsing -RUN sed -i 's/Options Indexes FollowSymLinks/Options -Indexes FollowSymLinks/' ${HTTPD_PREFIX}/conf/httpd.conf +RUN sed -i 's/Options Indexes FollowSymLinks/Options -Indexes +FollowSymLinks/' ${HTTPD_PREFIX}/conf/httpd.conf FROM core-ui # copy pic-sure-hpds-ui repo