projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acb2a8
)
use Alias instead symlinks
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Apr 2014 15:23:23 +0000
(15:23 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 7 Apr 2014 15:23:23 +0000
(15:23 +0000)
tools/apache2/jasmine-dev.template
patch
|
blob
|
history
diff --git
a/tools/apache2/jasmine-dev.template
b/tools/apache2/jasmine-dev.template
index
c3fe88f
..
86c297a
100644
(file)
--- a/
tools/apache2/jasmine-dev.template
+++ b/
tools/apache2/jasmine-dev.template
@@
-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