mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
parent
ec68e76cd1
commit
b23f2a91c7
@ -87,6 +87,7 @@ if [ -f /firstrun ]; then
|
||||
# Reconfigure lighttpd to use ssl
|
||||
echo "ssl.engine = \"enable\"" >> /etc/lighttpd/lighttpd.conf
|
||||
echo "ssl.pemfile = \"/etc/lighttpd/server.pem\"" >> /etc/lighttpd/lighttpd.conf
|
||||
sed -i -r '/^server\.modules/s# \)#, "mod_openssl" \)#' /etc/lighttpd/lighttpd.conf
|
||||
fi
|
||||
|
||||
if [ "$AUTH_METHOD" == "ldap" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user