gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Avoid NGINX to stop


From: gnunet
Subject: [taler-deployment] branch master updated: Avoid NGINX to stop
Date: Sat, 04 Mar 2023 18:56:41 +0100

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

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1b9e247  Avoid NGINX to stop
1b9e247 is described below

commit 1b9e2474bf118f227163de5f778a137b059d002c
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Sat Mar 4 18:56:00 2023 +0100

    Avoid NGINX to stop
---
 netzbon/config_nginx.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/netzbon/config_nginx.sh b/netzbon/config_nginx.sh
index 3476213..e21f1ba 100755
--- a/netzbon/config_nginx.sh
+++ b/netzbon/config_nginx.sh
@@ -8,7 +8,8 @@ source config/user.conf
 source config/internal.conf
 
 say "Configuring Nginx"
-systemctl stop nginx
+
+systemctl start nginx
 
 SITES_AVAILABLE_DIR=/etc/nginx/sites-available
 SITES_ENABLED_DIR=/etc/nginx/sites-enabled
@@ -33,5 +34,3 @@ then
                 -d bank.${DOMAIN_NAME} \
                 -d exchange.${DOMAIN_NAME}
 fi
-
-systemctl start nginx

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