[Fusionforge-commits] FusionForge branch master updated. ace2d257ac79734c8befd1a5f8133f98e81249e4

Roland Mas lolando at fusionforge.org
Wed Dec 18 11:20:11 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  ace2d257ac79734c8befd1a5f8133f98e81249e4 (commit)
      from  0792c68f666cb9fceb99e219711ddd2fd41000f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ace2d257ac79734c8befd1a5f8133f98e81249e4
Author: Roland Mas <lolando at debian.org>
Date:   Wed Dec 18 11:20:03 2013 +0100

    Added Apache config snippet to allow serving the JS-related vendor directory

diff --git a/src/etc/httpd.conf.d/04-config-vendor.conf b/src/etc/httpd.conf.d/04-config-vendor.conf
new file mode 100644
index 0000000..9c3244c
--- /dev/null
+++ b/src/etc/httpd.conf.d/04-config-vendor.conf
@@ -0,0 +1,10 @@
+#
+# Directory options for vendor dir ({core/source_path}/vendor contains the Javascript scripts of FusionForge)
+#
+<Directory {core/source_path}/vendor>
+  Options Indexes FollowSymlinks
+  AllowOverride All
+  
+  Include {core/config_path}/httpd.conf.d/auth-main.inc
+  
+</Directory>

-----------------------------------------------------------------------

Summary of changes:
 src/etc/httpd.conf.d/04-config-vendor.conf |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/etc/httpd.conf.d/04-config-vendor.conf


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list