Update backend docs with newest update

This commit is contained in:
mrjvs
2023-12-21 21:25:14 +01:00
parent bf64153888
commit 7a32ff3fa3
2 changed files with 18 additions and 1 deletions

View File

@@ -52,7 +52,12 @@ This overwrites the setting at `server.cors`.
Example: `false`
### `server.trustProxy`
Should the server trust reverse proxy headers? This is used for ratelimiting
Should the server trust reverse proxy headers? This is used to identify users for ratelimiting
Example: `false`
### `server.trustCloudflare`
Should the server trust cloudflare IP headers? This is used to identify users for ratelimiting
Example: `false`