doc: add hint to configure reverse proxy in .env.template (#2393)

closes #2134

suggestion from issue
This commit is contained in:
dni ⚡ 2024-04-05 14:55:26 +02:00 committed by GitHub
parent 2161b2511c
commit b0a8e0d942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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