No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
4 additions and
0 deletions
-
bibliotecha.sh
|
|
@ -266,6 +266,10 @@ function configure_webserver { |
|
|
|
echo 'include "bibliotecha/bibliotecha.conf"' >> /etc/lighttpd/lighttpd.conf |
|
|
|
fi |
|
|
|
|
|
|
|
sed -i \ |
|
|
|
's/server.document-root.*/server.document-root = "\/var\/www"/g' \ |
|
|
|
/etc/lighttpd/lighttpd.conf |
|
|
|
|
|
|
|
mkdir -p "$LIGHTTPD_CONFIG_PATH" |
|
|
|
|
|
|
|
{ echo 'server.error-handler = "/bibliotecha/index.html"' |
|
|
|