mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-28 22:02:29 +02:00
mention the way to run in background wirh tmux.
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -43,6 +43,14 @@ After you finished editing the config file, You could start bostr with the follo
|
|||||||
bostr start bostr_config.js
|
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
|
#### Source code
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user