-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention configuration options for reverse proxy with HTTPS enabled
- Loading branch information
1 parent
16d26e4
commit 58d558c
Showing
3 changed files
with
48 additions
and
10 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,13 @@ [email protected] | |
TIME_ZONE=Europe/Berlin | ||
|
||
|
||
# | ||
# Consult the deployment section in the readme if you are running this behind a | ||
# reverse proxy with HTTPS enabled | ||
# | ||
|
||
# CSRF_TRUSTED_ORIGINS=https://my.domain.example.com,https://118.999.881.119 | ||
# X_FORWARDED_PROTO_HEADER_SET=True | ||
|
||
|
||
# | ||
|