gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use correct server name


From: gnunet
Subject: [taler-deployment] branch master updated: use correct server name
Date: Sun, 05 Mar 2023 01:17:37 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 63d2945  use correct server name
63d2945 is described below

commit 63d29454d395bcf064c73f39841931a4281dfc6a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 5 01:17:34 2023 +0100

    use correct server name
---
 netzbon/config_nginx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index 3ef9f20..6cb0353 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -34,7 +34,7 @@ rm -f ${SITES_ENABLED_DIR}/exchange.${DOMAIN_NAME}
 ln -s ${SITES_AVAILABLE_DIR}/taler-exchange.${DOMAIN_NAME} 
${SITES_ENABLED_DIR}/exchange.${DOMAIN_NAME}
 
 cat ${SITES_AVAILABLE_DIR}/taler-merchant \
-    | sed -e "s/server_name localhost/server_name merchant.${DOMAIN_NAME}/g" \
+    | sed -e "s/server_name localhost/server_name backend.${DOMAIN_NAME}/g" \
     | sed -e "s/location \/taler-merchant\//location \//g" \
     > ${SITES_AVAILABLE_DIR}/taler-merchant.${DOMAIN_NAME}
 rm -f ${SITES_ENABLED_DIR}/backend.${DOMAIN_NAME}

-- 
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]