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:
parent
caf5fae8a8
commit
b6b31e440c
5 changed files with 35 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue