summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config1
1 files changed, 1 insertions, 0 deletions
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")