You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
443 B
19 lines
443 B
# 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`.
|
|
|