Skip to content

Commit

Permalink
fix ssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutt authored Aug 11, 2021
1 parent 287ee01 commit 757f8cf
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 @@ -94,7 +94,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 757f8cf

Please sign in to comment.