🛠️ BWS Development Site

Served from port 8083 (localhost)

DEVELOPMENT

Development Environment

This is the development version of the BWS website, running on a separate port for testing new features.

Configuration Testing

Current configuration allows multiple sites:

  • Main Site: localhost:8080 → static/
  • Blog: blog.localhost:8081 → static-blog/
  • API Docs: api.localhost:8082 → static-api/
  • Development: localhost:8083 → static-dev/

Virtual Hosting Features

  • ✅ Different ports for different sites
  • ✅ Different hostnames (virtual hosts)
  • ✅ Separate static directories
  • ✅ TOML configuration
  • ✅ API-only sites

Testing Instructions

To test different sites, you can:

  1. Access different ports directly
  2. Add entries to your /etc/hosts file for virtual hosting
  3. Use curl with Host headers