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:
- Access different ports directly
- Add entries to your /etc/hosts file for virtual hosting
- Use curl with Host headers