mention the way to run in background wirh tmux.

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2024-02-19 18:42:24 +07:00
parent 9e2989c529
commit c16028a7ae

View File

@ -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
```