use Alias instead symlinks
[mkws-moved-to-github.git] / tools / apache2 / jasmine-dev.template
index c3fe88f..86c297a 100644 (file)
@@ -42,6 +42,9 @@ Include /etc/apache2/mods-enabled/deflate.conf
 
     DocumentRoot ${MKWS_ROOT}/examples/htdocs
     Alias /tools/htdocs ${MKWS_ROOT}/tools/htdocs
+    Alias /src ${MKWS_ROOT}/src
+    Alias /test ${MKWS_ROOT}/test
+    Alias /jasmine ${MKWS_ROOT}/examples/jasmine
 
     # CORS setting
     Header set Access-Control-Allow-Credentials true