taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit d46f704400cb8654936bcb7a9b7ebb056800ba5e
parent a2a3bb52fe057d720b536609bc345643b85ff898
Author: MS <ms@taler.net>
Date:   Mon, 12 Oct 2020 15:15:25 +0200

deploy landing

Diffstat:
Mbin/taler-config-generate | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate @@ -92,6 +92,11 @@ def config(obj): obj.cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi") obj.cfg_put("donations", "uwsgi_unixpath_mode", "660") + obj.cfg_put("landing", "serve", "uwsgi") + obj.cfg_put("landing", "uwsgi_serve", "unix") + obj.cfg_put("landing", "uwsgi_unixpath", "$HOME/sockets/landing.uwsgi") + obj.cfg_put("landing", "uwsgi_unixpath_mode", "660") + obj.cfg_put("blog", "serve", "uwsgi") obj.cfg_put("blog", "uwsgi_serve", "unix") obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")