From: Mike Taylor Date: Fri, 27 Jun 2014 10:19:41 +0000 (+0000) Subject: Add aliases for /tools/htdocs/, /src/, /jasmine/ and /test/ to Apache2 configuration... X-Git-Tag: 1.0.0~474 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=917098933e5f1d60be84004a525fb274cbc6676d Add aliases for /tools/htdocs/, /src/, /jasmine/ and /test/ to Apache2 configuration for example.indexdata.com. Allows example.indexdata.com/jasmine-popup.html to run successfully --- diff --git a/examples/apache2/mkws-examples b/examples/apache2/mkws-examples index 472071b..42f0673 100644 --- a/examples/apache2/mkws-examples +++ b/examples/apache2/mkws-examples @@ -3,6 +3,10 @@ ServerName example.indexdata.com DocumentRoot /home/indexdata/mkws/examples/htdocs/ + Alias /tools/htdocs/ /home/indexdata/mkws/tools/htdocs/ + Alias /src/ /home/indexdata/mkws/src/ + Alias /jasmine/ /home/indexdata/mkws/examples/jasmine/ + Alias /test/ /home/indexdata/mkws/test/ ErrorLog /var/log/apache2/mkws-examples-error.log CustomLog /var/log/apache2/mkws-examples-access.log combined