mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
feat: Add support for configurable proxy IP header in environment settings (#11595)
* feat: Add support for configurable proxy IP header in environment settings * Update server/env.ts Remove mention of Koa from docs Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update .env.sample Remove mention of Koa from env sample. Co-authored-by: Tom Moor <tom.moor@gmail.com> --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -119,6 +119,11 @@ SSL_CERT=
|
||||
# false if you can be sure that SSL is terminated at an external loadbalancer.
|
||||
FORCE_HTTPS=true
|
||||
|
||||
# When behind a reverse proxy, the header to use for the client IP.
|
||||
# The default value is "X-Forwarded-For", common values are "X-Real-IP"
|
||||
# and "X-Client-IP".
|
||||
# PROXY_IP_HEADER=
|
||||
|
||||
|
||||
# ––––––––––––––––––––––––––––––––––––––
|
||||
# –––––––––– AUTHENTICATION ––––––––––
|
||||
|
||||
Reference in New Issue
Block a user