From b0a8e0d942440990bf658613bc7cbfce6e80fe1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 5 Apr 2024 14:55:26 +0200 Subject: [PATCH] doc: add hint to configure reverse proxy in `.env.template` (#2393) closes #2134 suggestion from issue --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 990108e0..496bb905 100644 --- a/.env.example +++ b/.env.example @@ -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