diff options
-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.... |