We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216a6c5 commit 2aac3a7Copy full SHA for 2aac3a7
1 file changed
src/config/httpd-vhosts.template.conf
@@ -4,6 +4,8 @@
4
5
AddType application/x-httpd-php .php
6
7
+ # Header set Access-Control-Allow-Origin "*"
8
+
9
<Directory "###LOCAL_PATH###">
10
Options MultiViews
11
AcceptPathInfo On
@@ -45,9 +47,6 @@
45
47
</Directory>
46
48
49
- # setup local css+js mergers
- Alias "/js/lib/build" "###PROJECT_PATH###/###MODULES_PATH###/js-merger"
50
- Alias "/css/lib/build" "###PROJECT_PATH###/###MODULES_PATH###/css-merger"
51
- Alias "/janitor/js/lib/build" "###PROJECT_PATH###/###MODULES_PATH###/js-merger"
52
- Alias "/janitor/css/lib/build" "###PROJECT_PATH###/###MODULES_PATH###/css-merger"
+ # setup asset-builder
+ Alias "/asset-builder" "###PROJECT_PATH###/###MODULES_PATH###/asset-builder"
53
</VirtualHost>
0 commit comments