From ca1f78173f2d20cacd77d19169ec72defa2eac24 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 9 Jun 2017 23:40:23 +0200 Subject: [PATCH] better documenation --- docs/goodies.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/goodies.rst b/docs/goodies.rst index c465562..a7e192b 100644 --- a/docs/goodies.rst +++ b/docs/goodies.rst @@ -18,23 +18,35 @@ This init script is available in **goodies/init-debian**. Apache Vhost ------------ +Basic Apache Vhost: + .. literalinclude:: ../goodies/apache.conf :language: xml Nginx Vhost ----------- +Basic Nginx Vhost: + .. literalinclude:: ../goodies/nginx.conf :language: yaml Nginx Vhost (FastCGI) --------------------- +Nginx Vhost in FastCGI mode: + .. literalinclude:: ../goodies/nginx-fastcgi.conf :language: yaml +.. warning:: + + LdapCherry requires the python flup module to run in FastCGI + Lighttpd Vhost -------------- +Basic Lighttpd Vhost + .. literalinclude:: ../goodies/lighttpd.conf :language: yaml