Add "behind proxy" mode to use forwarded IP headers
This commit is contained in:
parent
272ccc1929
commit
a6e05ba4c4
3 changed files with 11 additions and 2 deletions
|
|
@ -2,5 +2,6 @@ DEBUG=false
|
|||
DEV_MODE=false
|
||||
APP_LISTEN_ADDRESS=127.0.0.1
|
||||
APP_LISTEN_PORT=3000
|
||||
APP_BEHIND_PROXY=false
|
||||
DATABASE_LOCATION=./people.db
|
||||
SESSIONS_LOCATION=./sessions.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue