evgenyigumnov / cblt

Safe and fast minimalistic web server, written in Rust, that serves files from a directory and proxies requests to another server.
MIT License
39 stars 7 forks source link

Implement --reload Parameter for cblt #16

Closed evgenyigumnov closed 5 days ago

evgenyigumnov commented 1 week ago

The --reload parameter should reread the contents of the Cbltfile configuration without breaking any existing connections. This ensures that updates to the configuration can be seamlessly applied while maintaining active connections.