mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
better documenation
This commit is contained in:
parent
9ed6007b02
commit
ca1f78173f
1 changed files with 12 additions and 0 deletions
|
@ -18,23 +18,35 @@ This init script is available in **goodies/init-debian**.
|
||||||
Apache Vhost
|
Apache Vhost
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Basic Apache Vhost:
|
||||||
|
|
||||||
.. literalinclude:: ../goodies/apache.conf
|
.. literalinclude:: ../goodies/apache.conf
|
||||||
:language: xml
|
:language: xml
|
||||||
|
|
||||||
Nginx Vhost
|
Nginx Vhost
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Basic Nginx Vhost:
|
||||||
|
|
||||||
.. literalinclude:: ../goodies/nginx.conf
|
.. literalinclude:: ../goodies/nginx.conf
|
||||||
:language: yaml
|
:language: yaml
|
||||||
|
|
||||||
Nginx Vhost (FastCGI)
|
Nginx Vhost (FastCGI)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
Nginx Vhost in FastCGI mode:
|
||||||
|
|
||||||
.. literalinclude:: ../goodies/nginx-fastcgi.conf
|
.. literalinclude:: ../goodies/nginx-fastcgi.conf
|
||||||
:language: yaml
|
:language: yaml
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
LdapCherry requires the python flup module to run in FastCGI
|
||||||
|
|
||||||
Lighttpd Vhost
|
Lighttpd Vhost
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
Basic Lighttpd Vhost
|
||||||
|
|
||||||
.. literalinclude:: ../goodies/lighttpd.conf
|
.. literalinclude:: ../goodies/lighttpd.conf
|
||||||
:language: yaml
|
:language: yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue