memorysafety / river

This repository is the home of the River reverse proxy application, based on the pingora library from Cloudflare.
https://www.memorysafety.org/initiative/reverse-proxy/
Apache License 2.0
1.72k stars 101 forks source link

Implement hot/graceful reload as well as daemonization #49

Closed jamesmunns closed 2 months ago

jamesmunns commented 2 months ago

This exposes configuration for daemonization, pidfiles, and upgrade sockets.

Unfortunately, upgrading only works on Linux, and there are some issues with relative paths for pidfiles. I'll open follow-on issues for this.