# Lighttpd I couldn't find a non-root Lighttpd container, so I made one. It runs with UID=100 and GID=101 ## Serving Static Websites Place your files into `/srv/html/` to serve them. ## Customizing Startup Any scripts placed in `/docker-entrypoint.d/` will be executed alphabetically prior to `entrypoint.sh` ## Adding extra config Any .conf files included into `/etc/lighttpd/conf.d` will be appended to the included `lighttpd.conf`.