commit c2ddf5a73edbf5512f3426732f35224a83eaf02c parent d80c9fe69b35cf47bfd13b628c379c55d468c6fc Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 24 Sep 2022 17:08:36 +0200 -remove old README Diffstat:
| D | README-draft | | | 46 | ---------------------------------------------- |
1 file changed, 0 insertions(+), 46 deletions(-)
diff --git a/README-draft b/README-draft @@ -1,46 +0,0 @@ -Configuring the Blog -==================== - -To serve the blog directly via HTTP: ------------------------------------- - -[frontends] -backend_apikey = "ApiKey Sandbox" -backend = https://backend.test.taler.net/ - -[taler] -currency = TESTKUDOS - -[blog] -http_port = 8080 -serve = http - - -To serve the blog via UWSGI over TCP: -------------------------------------- -[frontends] -backend_apikey = "ApiKey Sandbox" -backend = https://backend.test.taler.net/ - -[taler] -currency = TESTKUDOS - -[blog] -serve = uwsgi -uwsgi_serve = tcp -uwsgi_port = XYZ - -To serve the blog via UWSGI over UNIX domain socket: ----------------------------------------------------- -[frontends] -backend_apikey = "ApiKey Sandbox" -backend = https://backend.test.taler.net/ - -[taler] -currency = TESTKUDOS - -[blog] -serve = uwsgi -uwsgi_serve = unix -uwsgi_unixpath = "/tmp/blog.uwsgi" -uwsgi_unixpath_mode = XZY