From 56ff20788443d757d8070bd63e151bccc055adb7 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 20 Jul 2015 01:44:26 +0200 Subject: [PATCH] adding a page in the docuementation for the goodies --- docs/goodies.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/goodies.rst diff --git a/docs/goodies.rst b/docs/goodies.rst new file mode 100644 index 0000000..78870fb --- /dev/null +++ b/docs/goodies.rst @@ -0,0 +1,24 @@ +Init Script +----------- + +Sample init script for Debian: + +.. literalinclude:: ../goodies/init-debian + :language: bash + +This init script is available in **goodies/init-debian**. + +Apache Vhost +------------ + +.. literalinclude:: ../goodies/init-debian + +Nginx Vhost +----------- + +.. literalinclude:: ../goodies/init-debian + +Lighttpd Vhost +-------------- + +.. literalinclude:: ../goodies/init-debian