-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support configuring trusted proxies
Fixes #569. Allows users to configure TRUSTED_PROXIES to get the correct IP addresses reported based on the proxy forwarding headers.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ Table with all the variables, default value and explanation. Override the enviro | |
| MAIL_ENCRYPTION | null | Mail encryption | | ||
| MAIL_FROM_NAME | Control Center | Mail from name | | ||
| MAIL_FROM_ADDRESS | [email protected] | Mail from address | | ||
| TRUSTED_PROXIES | null | Comma-separated list of trusted proxy addresses or '*' for all | | ||
|
||
#### OAuth | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters