diff options
author | 2025-01-23 14:48:09 +0000 | |
---|---|---|
committer | 2025-01-23 15:48:09 +0100 | |
commit | b42cb7a802096762cbffb0fa1177c8355898cc1c (patch) | |
tree | bdd88b6fe32ce32a8fe3b0773209dfb1d5a2df39 /docs/getting_started | |
parent | [feature] Add `published` property to outgoing AP Actor representations (#3671) (diff) | |
download | gotosocial-b42cb7a802096762cbffb0fa1177c8355898cc1c.tar.xz |
[feature] Add warning about `trusted-proxies` to make config easier (#3675)
* [feature] Add warning about `trusted-proxies` to make config easier
* thank you linter, hugs and kisses to you
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/reverse_proxy/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started/reverse_proxy/index.md b/docs/getting_started/reverse_proxy/index.md index 927968df0..8b11f937a 100644 --- a/docs/getting_started/reverse_proxy/index.md +++ b/docs/getting_started/reverse_proxy/index.md @@ -41,3 +41,7 @@ We have guides available for the following servers: When using a reverse-proxy, special care must be taken to allow WebSockets to work too. This is necessary as many client applications use WebSockets to stream your timeline. WebSockets is not used as part of federation. Make sure you read the [WebSocket](websocket.md) documentation and configure your reverse proxy accordingly. + +## Trusted Proxies + +When using a reverse-proxy, you may run into issues with rate limiting and `trusted-proxies`. Check the [trusted proxies](../../configuration/trusted_proxies.md) documentation if you have any problems. |