From d650fa2e25f7da6c9a03c18c8ff9d20996648732 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 5 Nov 2019 19:00:29 +0200 Subject: [PATCH] Format docs Signed-off-by: Ivan Kanakarakis --- doc/mod_wsgi.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mod_wsgi.md b/doc/mod_wsgi.md index 8fd553606..8605c7abb 100644 --- a/doc/mod_wsgi.md +++ b/doc/mod_wsgi.md @@ -12,7 +12,7 @@ yum install httpd mod_ssl httpd-devel python34 python34-devel yum install xmlsec1-openssl gcc curl ``` -Install the latest production release of pip and use it to install the latest +Install the latest production release of pip and use it to install the latest production release of mod\_wsgi: ``` @@ -120,7 +120,7 @@ BACKEND_MODULES: - "/etc/satosa/plugins/saml2_backend.yaml" FRONTEND_MODULES: - - "/etc/satosa/plugins/ping_frontend.yaml" + - "/etc/satosa/plugins/ping_frontend.yaml" - "/etc/satosa/plugins/saml2_frontend.yaml" MICRO_SERVICES: @@ -151,7 +151,7 @@ LOGGING: propagate: no root: level: INFO - handlers: + handlers: - console ```