commit b883e19ebb1372a6448819a52112091cb10fe60a
parent 8b63ffcafaaf8384fc8c21ea45e0cad0491e309e
Author: Florian Dold <florian.dold@gmail.com>
Date: Sun, 20 Nov 2016 04:40:50 +0100
conf gen
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/generate-config b/config/generate-config
@@ -61,7 +61,7 @@ def config(currency, envname, exchange_pub):
cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
cfg_put("blog", "uwsgi_serve", "unix")
- cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
+ cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
cfg_put("blog", "instance", "FSF")