mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 22:43:16 -06:00
[docs] Clarify that reverse proxy setups need trusted-proxies (#1127)
* [docs] Clarify that reverse proxy setups need trusted-proxies * Remove the jq usage
This commit is contained in:
parent
5ba5fb3154
commit
8942a70856
5 changed files with 40 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ example.org {
|
|||
}
|
||||
```
|
||||
|
||||
By default, caddy sets `X-Forwarded-For` in forwarded requests. To make this and rate limiting work, set the `trusted-proxies` configuration variable. See the [rate limiting](../api/ratelimiting.md) and [general configuration](../configuration/general.md) docs
|
||||
|
||||
For advanced configuration check the [reverse_proxy directive](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy) at the Caddy documentation.
|
||||
|
||||
Now check for configuration errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue