]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Tue, 25 Oct 2016 21:48:03 +0000 (23:48 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 25 Oct 2016 21:48:03 +0000 (23:48 +0200)
Package changes:
+dev-libs/mathjax-2.2

httpd/conf.d/MathJax.conf [new file with mode: 0644]

diff --git a/httpd/conf.d/MathJax.conf b/httpd/conf.d/MathJax.conf
new file mode 100644 (file)
index 0000000..a826a16
--- /dev/null
@@ -0,0 +1,9 @@
+Alias /MathJax/ /usr/share/mathjax/
+Alias /mathjax/ /usr/share/mathjax/
+
+<Directory /usr/share/mathjax>
+Options None
+AllowOverride None
+Order allow,deny
+Allow from all
+</Directory>