Commit 2aac6f1e63cda75b31c73e9293d90fb16926b038
1 parent
7dc1f360
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/trunk@7485 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 | ... | ... |