From b6b301a1e1d766bc6ba2a6e661820dbe190a1023 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@spreadspace.org>
Date: Sun, 7 Aug 2016 20:02:27 +0200
Subject: dummy commit to test post-update hook (2)

---
 README | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/README b/README
index ff78614..8c881f9 100644
--- a/README
+++ b/README
@@ -3,7 +3,11 @@ INSTALL
 
 Copy files to the directory of your choice (i.e. /var/www)
 
-Add the following to you Apache2 Vhost config:
+
+Apache2
+~~~~~~~
+
+   Add the following to you Apache2 Vhost config:
 
 	DocumentRoot /var/www
 	<Directory />
@@ -27,9 +31,12 @@ Add the following to you Apache2 Vhost config:
 	RewriteRule ^/([vhrl])([1-9]|(1[0-3]))$  /essid.shtml  [env=LANG:de,env=CHAN:$2,env=POL:$1,PT]
 	
 
-You might need to enable the Rewrite and Include Module.
+   You might need to enable the Rewrite and Include Module.
+
 
+Nginx
+~~~~~
 
-If you want to use nginx:
+   If you want to use nginx:
 
-     tba....
+       tba....
-- 
cgit v1.2.1