Add reverse proxy configuration option

This commit is contained in:
Erik Huelsmann
2021-09-17 22:35:04 +02:00
parent 7264d72638
commit 690fac08be
2 changed files with 11 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ ${LSMB_MAIL_SMTPHOST:+smtphost=$LSMB_MAIL_SMTPHOST
}${LSMB_MAIL_SMTPAUTHMECH:+smtpauthmech=$LSMB_MAIL_SMTPAUTHMECH
}
[proxy]
ip=${PROXY_IP:-172.17.0.1/16}
EOF
export LSMB_CONFIG_FILE='/tmp/ledgersmb.conf'
fi