From 20fc700e98916a021793525b54597b676423ac9f Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 27 May 2014 22:04:53 +0200 Subject: [PATCH] fix typos --- docs/docs/configuration/server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/server.rst b/docs/docs/configuration/server.rst index 4041813..16ba15c 100644 --- a/docs/docs/configuration/server.rst +++ b/docs/docs/configuration/server.rst @@ -79,10 +79,10 @@ notify Select notification backend(s) for new comments, separated by comma. Available backends: - stdout : + stdout Log to standard output. Default, if none selected. - smtp : + smtp Send notifications via SMTP on new comments with activation (if moderated) and deletion links. @@ -130,7 +130,7 @@ listen ; UNIX domain socket listen = unix:///tmp/isso.sock ; TCP/IP - listen = http:///localhost:1234/ + listen = http://localhost:1234/ When ``gevent`` is available, it is automatically used for `http://` Currently, gevent can not handle http requests on unix domain socket