diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 20:02:27 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 20:02:27 +0200 |
commit | b6b301a1e1d766bc6ba2a6e661820dbe190a1023 (patch) | |
tree | 2605e0d629dcbe4db4b988794339dce6fe46c57e | |
parent | f2c9dbf4c0df0275db630aeead658aa9a76e97d0 (diff) |
dummy commit to test post-update hook (2)
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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.... |