Skip to content

Commit

Permalink
Implementing Pull Request #23 (BytemarkHosting/docker-webdav#23).
Browse files Browse the repository at this point in the history
Signed-off-by: Jadin Heaston <[email protected]>
  • Loading branch information
JadinHeaston committed Jan 5, 2023
1 parent 6664918 commit 9400243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fi
# has been bind mounted in by the user.
if [ -e /privkey.pem ] && [ -e /cert.pem ]; then
# Enable SSL Apache modules.
for i in http2 ssl; do
for i in http2 ssl socache_shmcb; do
sed -e "/^#LoadModule ${i}_module.*/s/^#//" \
-i "$HTTPD_PREFIX/conf/httpd.conf"
done
Expand Down

0 comments on commit 9400243

Please sign in to comment.