[ops] Add nginx placeholders for unfurlbot configuration

This commit is contained in:
wiz
2022-08-27 13:54:07 +02:00
parent 53ad2e98f1
commit 7f75669316
4 changed files with 18 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ location /testnet/api/v1/lightning {
try_files /dev/null @mempool-testnet-api-v1-lightning;
}
location @mempool-testnet-api-v1-lightning {
proxy_pass $mempoolSignetLightning;
proxy_pass $mempoolTestnetLightning;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;