🔒 easyp HTTPS Server

Secure web server with automatic ACME certificate management

🟢 Running

Server Information

🌐 Domain

localhost

🔒 Security

ACME certificates
Path sanitization
Privilege dropping

📁 Document Root

/var/www/html

⚡ Features

HTTP/HTTPS support
WebAssembly ready
MIME type handling

🚀 Getting Started

To serve your own content, add files to your document root:

  1. Create an index.html file in your document root directory
  2. Add other HTML, CSS, JavaScript, or media files as needed
  3. The server will automatically serve files with proper MIME types
  4. All requests are validated for security (no directory traversal attacks)

Current document root: /var/www/html

🔧 Security Features

🛡️ Path Sanitization

Prevents directory traversal attacks (../) and access to hidden files

👤 Privilege Dropping

Drops to unprivileged user (www-data) after binding to privileged ports

🔗 Path Canonicalization

Resolves symlinks safely and validates all paths are within document root

📋 File Type Support

Comprehensive MIME type support for web files, images, and WebAssembly