mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
mention the way to run in background wirh tmux.
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
9e2989c529
commit
c16028a7ae
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user