summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-08-07 20:02:27 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-08-07 20:02:27 +0200
commitb6b301a1e1d766bc6ba2a6e661820dbe190a1023 (patch)
tree2605e0d629dcbe4db4b988794339dce6fe46c57e /README
parentf2c9dbf4c0df0275db630aeead658aa9a76e97d0 (diff)
dummy commit to test post-update hook (2)
Diffstat (limited to 'README')
-rw-r--r--README15
1 files 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....