diff --git a/rootfs/usr/local/bin/start-lighttpd.sh b/rootfs/usr/local/bin/start-lighttpd.sh index 0472b22..604ee96 100755 --- a/rootfs/usr/local/bin/start-lighttpd.sh +++ b/rootfs/usr/local/bin/start-lighttpd.sh @@ -113,7 +113,7 @@ healthcheck) else echo "Starting $SERVICE_NAME" php-fpm-server & - start-lighttpd + exec lighttpd -f /config/lighttpd/lighttpd.conf -D fi ;; esac