From 0152e627ead8475504321caaaf53203542fac031 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Thu, 12 Dec 2013 11:52:05 +0100 Subject: [PATCH] use apache lexer and add recipe for session key generation --- docs/docs/quickstart.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/quickstart.rst b/docs/docs/quickstart.rst index 96f3696..514f006 100644 --- a/docs/docs/quickstart.rst +++ b/docs/docs/quickstart.rst @@ -192,7 +192,7 @@ mod_wsgi I have no experience at all with `mod_wsgi`, most things are taken from `Flask: Configuring Apache `_: -.. code-block:: xml +.. code-block:: apache ServerName example.org @@ -218,5 +218,6 @@ your `isso.cfg`: .. code-block:: ini [general] + ; cat /dev/urandom | strings | grep -o '[[:alnum:]]' | head -n 30 | tr -d '\n' session-key = superrandomkey1