Skip to content

Commit 08cf7d9

Browse files
MCFlunny
authored andcommitted
Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262)
1 parent 4c9341f commit 08cf7d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
8787
- `LFS_START_SERVER`: Enables git-lfs support. `true` or `false`, default is `false`.
8888
- `LFS_CONTENT_PATH`: Where your lfs files put on, default is `data/lfs`.
8989
- `LFS_JWT_SECRET`: LFS authentication secret, changed this to yourself.
90+
- `REDIRECT_OTHER_PORT`: If true and `PROTOCOL` is https, redirects http requests on another port to `ROOT_URL`, default is `false`.
91+
- `PORT_TO_REDIRECT`: Port used when `REDIRECT_OTHER_PORT` is true, default is `80`.
9092

9193
## Database (`database`)
9294

0 commit comments

Comments
 (0)