/minihttpd

mini httpd server with form based file upload

Primary LanguageCApache License 2.0Apache-2.0

Mini HTTPD with Form Upload

A mini web server with added form based file upload. Serve single directory for in/out.

This time uses Caddy server and packaged as a Docker container.

To run:

docker run -d -v /some/directory:/www -p 80:80 tenox7/minihttpd:latest