From 8a3bc7b1fcbb257f31ad988f0587699ff2ec995b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 5 Jan 2018 12:26:36 +0100 Subject: rename uwsgi handle --- taler-merchant-backoffice.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'taler-merchant-backoffice.in') diff --git a/taler-merchant-backoffice.in b/taler-merchant-backoffice.in index 976c5f2..2d6ec73 100644 --- a/taler-merchant-backoffice.in +++ b/taler-merchant-backoffice.in @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Stand-alone script to manage the GNU Taler blog frontend. +Stand-alone script to manage the GNU Taler backoffice. """ import logging @@ -34,7 +34,7 @@ def handle_serve_http(args): "--die-on-term", "--log-format", UWSGI_LOGFMT, "--http", spec, - "--wsgi-file", "@prefix@/share/taler/frontend-blog.wsgi") + "--wsgi-file", "@prefix@/share/taler/backoffice.wsgi") def handle_serve_uwsgi(args): del args # pacify PEP checkers @@ -43,7 +43,7 @@ def handle_serve_uwsgi(args): "--master", "--die-on-term", "--log-format", UWSGI_LOGFMT, - "--wsgi-file", "@prefix@/share/taler/frontend-blog.wsgi"] + "--wsgi-file", "@prefix@/share/taler/backoffice.wsgi"] if serve_uwsgi == "tcp": port = TC["backoffice-%s" args.frontend]["uwsgi_port"].value_int(required=True) spec = ":%d" % (port,) -- cgit v1.2.3