]> git.pld-linux.org Git - packages/ckeditor.git/commitdiff
apache config: better caching
authorElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jul 2014 15:44:34 +0000 (18:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 10 Jul 2014 15:44:34 +0000 (18:44 +0300)
apache.conf

index e635eec6c69191b589440244e1858baf72e01457..5c376ce57e7a3f1f6107bfedba32e02131ccccfb 100644 (file)
@@ -9,4 +9,13 @@ Alias /ckeditor/ /usr/share/ckeditor/
                Order allow,deny
                Allow from all
        </IfModule>
+
+       <IfModule mod_deflate.c>
+               SetOutputFilter DEFLATE
+       </IfModule>
+       <IfModule mod_expires.c>
+               ExpiresByType text/html "access plus 5 months"
+               ExpiresByType text/css "access plus 5 months"
+               ExpiresByType application/x-javascript "access plus 5 months"
+       </IfModule>
 </Directory>
This page took 0.098001 seconds and 4 git commands to generate.