hangj

Results 4 issues of hangj

I can't see a stop or shutdown function provided in Server class.

1. The `child_ret` returned by current `waitpid` is the status information of the child process, NOT the exit code. https://github.com/knsd/daemonize/blob/8a87c0b9e5568d2d57284d68e18ea5f24dcad5fb/daemonize/src/lib.rs#L443-L447 We can get the exit code with `libc::WEXITSTATUS`. 2. I...

### Problem I have setup a cloudfalre worker as my proxy using [cloudflare-proxy](https://github.com/barretlee/cloudflare-proxy), but i can not config BASE_URL to my proxy url. Thanks. ### Solution make BASE_URL configurable ###...

enhancement