Skip to content

Commit ceb8d4b

Browse files
authored
Add a note about localhost
1 parent f2c3c89 commit ceb8d4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_guides/reverse-proxies.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ It however requires more configuration than just relying on the built-in server,
2121
{: .alert.alert-warning role="alert"}
2222
When using The Lounge behind a reverse proxy, set the `reverseProxy` option to `true` in your configuration file. This will instruct The Lounge to use the `X-Forwarded-For` header passed by your reverse proxy.
2323

24+
{: .alert.alert-danger role="alert"}
25+
We recommend changing `host` to `"127.0.0.1"` in the configuration to disallow direct access to The Lounge without going through the reverse proxy.
26+
2427
This document assumes that your The Lounge is available on host `127.0.0.1` and port `9000`.
2528

2629
## [Nginx](https://nginx.org/en/)

0 commit comments

Comments
 (0)