diff --git a/README.md b/README.md index 6a474d9..4581d0e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,14 @@ After you finished editing the config file, You could start bostr with the follo bostr start bostr_config.js ``` +Or run in background with `tmux`: + +``` +tmux new -d "bostr start bostr_config.js" +``` + +When configuring reverse proxy, Ensure that `x-forwarded-proto` header was set as `https`. + #### Source code ```