Add aliases for /tools/htdocs/, /src/, /jasmine/ and /test/ to Apache2 configuration...
[mkws-moved-to-github.git] / examples / apache2 / mkws-examples
index 472071b..42f0673 100644 (file)
@@ -3,6 +3,10 @@
 <VirtualHost *:80>
     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