From 6238f11fa2db78803c3d5d1eaca2761256fdbca5 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 22 Dec 2018 00:19:50 +0900 Subject: [PATCH] fix typo for charge --- Production/nginx.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index aeeb5a6..05bb2af 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -175,7 +175,6 @@ upstream {{ $upstream_name }} { {{/* Get the VIRTUAL_ROOT By containers w/ use fastcgi root */}} {{ $vhost_root := or (first (groupByKeys $containers "Env.VIRTUAL_ROOT")) "/var/www/public" }} - {{/* Get the first cert name defined by containers w/ the same vhost */}} {{ $certName := (first (groupByKeys $containers "Env.CERT_NAME")) }} @@ -324,7 +323,7 @@ server { } {{ end }} {{ if (eq $serviceName "clightning_bitcoin_charge") }} - location /ligthning-charge/btc/ { + location /lightning-charge/btc/ { proxy_pass http://clightning_bitcoin_charge:9112/; } {{ end }}