Skip to content

Commit

Permalink
Adjust Apache configuration in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Mar 29, 2024
1 parent 39f58db commit 5b32f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biodatacatalyst-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b32f9e

Please sign in to comment.