/lighttpd-docker

Lighttpd on docker. Fast, light and minimal web server.

Primary LanguageDockerfileMIT LicenseMIT

Lighttpd Docker Reverse Proxy

Make Lighttpd a reverse proxy for connecting to each web server on many Docker containers. SSL uses a self-signed certificate and is auto-generated at once. Main branch is for Reverse proxy, for other variant see branch menu.

Build

  1. Clone or download this repository.
  2. Configure your web service in the etc/service-enabled directory as you want.
  3. Build with docker compose
docker compose up -d --build
  1. Check the container .
docker compose ps

Contribution

You are free to contribute to this repository. If you find an issue, you can open an issue at this repository.