mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 09:19:42 +01:00
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
|
# 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="*"
|
# FORWARDED_ALLOW_IPS="*"
|
||||||
|
|
||||||
# Server security, rate limiting ips, blocked ips, allowed ips
|
# Server security, rate limiting ips, blocked ips, allowed ips
|
||||||
|
|
Loading…
Add table
Reference in a new issue