commit 1ddfde8b7a5b129d47d511907bd729f76a53ee55
parent 4c5fd1098ce61dc271b18f871b6a6e3ac4637265
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 20 Nov 2017 19:11:06 +0100
socket file permissions
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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")