Make sure to enable mod_proxy
for lighttpd
This commit is contained in:
parent
d48de3faf5
commit
c64ab82d59
@ -262,6 +262,11 @@ function install_webserver {
|
||||
function configure_webserver {
|
||||
echo "Configuring bibliotecha under lighttpd ..."
|
||||
|
||||
if ! grep -q mod_proxy /etc/lighttpd/lighttpd.conf; then
|
||||
echo ""
|
||||
echo 'server.modules += ("mod_proxy",)' >> /etc/lighttpd/lighttpd.conf
|
||||
fi
|
||||
|
||||
if ! grep -q bibliotecha /etc/lighttpd/lighttpd.conf; then
|
||||
echo ""
|
||||
echo 'include "bibliotecha/bibliotecha.conf"' >> /etc/lighttpd/lighttpd.conf
|
||||
|
Loading…
Reference in New Issue
Block a user