From a350f4fe3667ce755414a3784a5329b38fffe7d8 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 16 Nov 2018 18:02:28 +0900 Subject: [PATCH] fix doc for no reverse proxy --- Production-NoReverseProxy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Production-NoReverseProxy/README.md b/Production-NoReverseProxy/README.md index 0593d45..a57bf2d 100644 --- a/Production-NoReverseProxy/README.md +++ b/Production-NoReverseProxy/README.md @@ -33,6 +33,7 @@ With Powershell: $env:BTCPAY_ROOTPATH="/test"; $env:BTCPAY_PROTOCOL="http"; $env:BTCPAY_HOST="btcpay.example.com"; +$env:BTCPAYGEN_REVERSEPROXY="none"; .\build.ps1 docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d ``` @@ -43,6 +44,7 @@ With Linux: export BTCPAY_ROOTPATH="/test" export BTCPAY_PROTOCOL="http" export BTCPAY_HOST="btcpay.example.com" +export BTCPAYGEN_REVERSEPROXY="none" ./build.sh docker-compose -f "Generated/docker-compose.generated.yml" up --remove-orphans -d ```