[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Mon Feb 22 07:39:51 EST 2016
raeburn Mon Feb 22 12:39:51 2016 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
- Eliminate jsMath (use MathJax instead).
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.240 loncom/loncapa_apache.conf:1.241
--- loncom/loncapa_apache.conf:1.240 Wed Feb 17 15:52:38 2016
+++ loncom/loncapa_apache.conf Mon Feb 22 12:39:51 2016
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.240 2016/02/17 15:52:38 damieng Exp $
+# $Id: loncapa_apache.conf,v 1.241 2016/02/22 12:39:51 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -68,7 +68,7 @@
</LocationMatch>
# Send proper expires header to avoid unnecessary HTTP request for static content
-<LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor|/adm/jpicker|/adm/countdown|/adm/spellchecker|/adm/nicescroll|/adm/MathJax|/adm/daxe)">
+<LocationMatch "^(/adm/lonIcons|/adm/jQuery|/res/adm/pages|/ckeditor|/adm/jpicker|/adm/countdown|/adm/spellchecker|/adm/nicescroll|/adm/MathJax|/adm/daxe)">
ExpiresActive On
ExpiresDefault "access plus 12 hours"
Header set Cache-Control "public, no-transform"
More information about the LON-CAPA-cvs
mailing list