gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: socket file permi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: socket file permissions
Date: Mon, 20 Nov 2017 19:11:22 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1ddfde8  socket file permissions
1ddfde8 is described below

commit 1ddfde8b7a5b129d47d511907bd729f76a53ee55
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 19:11:06 2017 +0100

    socket file permissions
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/generate-config b/config/generate-config
index 6fea173..1578695 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -72,6 +72,7 @@ def config(currency, envname, exchange_pub, standalone):
 
     cfg_put("survey", "uwsgi_serve", "unix")
     cfg_put("survey", "uwsgi_unixpath", "$HOME/sockets/survey.uwsgi")
+    cfg_put("survey", "uwsgi_unixpath_mode", "660")
 
     cfg_put("blog", "uwsgi_serve", "unix")
     cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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