1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Replaced darkhttpd with lighttpd

This commit is contained in:
Kirmy 2021-12-09 13:09:09 +01:00 committed by Bastien Wirtz
parent caf5fae8a8
commit b6b31e440c
5 changed files with 35 additions and 10 deletions

View file

@ -18,4 +18,6 @@ if [[ -n "${SUBFOLDER}" ]]; then
fi
chown -R $UID:$GID /www/assets
exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT"
echo "Starting webserver"
lighttpd -D -f /lighttpd.conf