doc: add hint to configure reverse proxy in .env.template (#2393)
closes #2134 suggestion from issue
This commit is contained in:
parent
2161b2511c
commit
b0a8e0d942
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ KEYCLOAK_DISCOVERY_URL=""
|
|||
######################################
|
||||
|
||||
# uvicorn variable, uncomment to allow https behind a proxy
|
||||
# IMPORTANT: this also needs the webserver to be configured to forward the headers
|
||||
# http://docs.lnbits.org/guide/installation.html#running-behind-an-apache2-reverse-proxy-over-https
|
||||
# FORWARDED_ALLOW_IPS="*"
|
||||
|
||||
# Server security, rate limiting ips, blocked ips, allowed ips
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue