gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: load wsgi from module,


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: load wsgi from module, not from file
Date: Fri, 23 Aug 2019 19:05:46 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 639c364  load wsgi from module, not from file
639c364 is described below

commit 639c364e8e8e7205a180b6cdf37e682dda9ae4ee
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 23 19:03:55 2019 +0200

    load wsgi from module, not from file
---
 bin/taler-merchant-blog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-merchant-blog b/bin/taler-merchant-blog
index 9e567d5..4e16130 100644
--- a/bin/taler-merchant-blog
+++ b/bin/taler-merchant-blog
@@ -67,7 +67,7 @@ def handle_serve_uwsgi(args):
               "--master",
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
-              "--wsgi-file", "talerblog.blog:app",
+              "--module", "talerblog.blog:app",
               "--cache2", "name=paid_articles,items=500"]
     if serve_uwsgi == "tcp":
         port = TC["blog"]["uwsgi_port"].value_int(required=True)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]