Commit 1aa6f5046a2987ad05a288d54dbb9f671d301312

Authored by kevin_fourie
1 parent bac12305

Merged in from DEV trunk...

KTS-2566
"HTTPS performance tuning added to .htaccess"
Updated. Added configuration for caching...

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7486 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 10 additions and 0 deletions
.htaccess
... ... @@ -60,6 +60,16 @@ Options +ExecCGI
60 60 Options +SymLinksIfOwnerMatch
61 61 #AcceptPathInfo On
62 62  
  63 +AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css
  64 +ExpiresByType text/html "access plus 1 day"
  65 +ExpiresByType text/css "access plus 1 day"
  66 +ExpiresByType text/javascript "access plus 7 days"
  67 +ExpiresByType application/x-javascript "access plus 7 days"
  68 +ExpiresByType image/gif "access plus 1 month"
  69 +ExpiresByType image/jpg "access plus 1 month"
  70 +ExpiresByType image/png "access plus 1 month"
  71 +ExpiresByType image/x-icon "access plus 1 month"
  72 +
63 73 #
64 74 # If you are having uploading larger documents, adjust the 16M examples
65 75 # below to increase the maximum file size. This is set to a reasonable
... ...