Secure web server with automatic ACME certificate management
localhost
ACME certificates
Path sanitization
Privilege dropping
/var/www/html
HTTP/HTTPS support
WebAssembly ready
MIME type handling
To serve your own content, add files to your document root:
index.html file in your document root directoryCurrent document root: /var/www/html
Prevents directory traversal attacks (../) and access to hidden files
Drops to unprivileged user (www-data) after binding to privileged ports
Resolves symlinks safely and validates all paths are within document root
Comprehensive MIME type support for web files, images, and WebAssembly