gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: netzbon: fix weird quoting


From: gnunet
Subject: [taler-deployment] branch master updated: netzbon: fix weird quoting
Date: Wed, 12 Apr 2023 15:15:11 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a3c4146  netzbon: fix weird quoting
a3c4146 is described below

commit a3c4146de72aadae52b33b696b69d537ff888a49
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 12 15:15:09 2023 +0200

    netzbon: fix weird quoting
---
 netzbon/nginx-conf/backend.taler-nginx.conf  | 2 +-
 netzbon/nginx-conf/bank.taler-nginx.conf     | 2 +-
 netzbon/nginx-conf/exchange.taler-nginx.conf | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/nginx-conf/backend.taler-nginx.conf 
b/netzbon/nginx-conf/backend.taler-nginx.conf
index cc2520d..3e20704 100644
--- a/netzbon/nginx-conf/backend.taler-nginx.conf
+++ b/netzbon/nginx-conf/backend.taler-nginx.conf
@@ -3,7 +3,7 @@ server {
   listen 80;
   listen [::]:80;
 
-  server_name backend."${DOMAIN_NAME}";
+  server_name backend.${DOMAIN_NAME};
 
   location / {
     proxy_pass http://unix:/var/run/taler/merchant-httpd/merchant-http.sock;
diff --git a/netzbon/nginx-conf/bank.taler-nginx.conf 
b/netzbon/nginx-conf/bank.taler-nginx.conf
index 7cb1b3b..dcdd265 100644
--- a/netzbon/nginx-conf/bank.taler-nginx.conf
+++ b/netzbon/nginx-conf/bank.taler-nginx.conf
@@ -2,7 +2,7 @@ server {
   listen 80;
   listen [::]:80;
 
-  server_name bank."${DOMAIN_NAME}";
+  server_name bank.${DOMAIN_NAME};
 
   access_log /var/log/nginx/libeufin-sandbox.log;
   error_log /var/log/nginx/libeufin-sandbox.err;
diff --git a/netzbon/nginx-conf/exchange.taler-nginx.conf 
b/netzbon/nginx-conf/exchange.taler-nginx.conf
index 1d36046..0f470a1 100644
--- a/netzbon/nginx-conf/exchange.taler-nginx.conf
+++ b/netzbon/nginx-conf/exchange.taler-nginx.conf
@@ -3,7 +3,7 @@ server {
   listen 80;
   listen [::]:80;
 
-  server_name exchange."${DOMAIN_NAME}";
+  server_name exchange.${DOMAIN_NAME};
 
   location / {
      proxy_pass http://unix:/var/run/taler/exchange-httpd/exchange-http.sock;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]