View | Details | Raw Unified | Return to bug 12904
Collapse All | Expand All

(-)a/debian/templates/apache-shared.conf (-2 / +1 lines)
Lines 58-64 SetEnv PERL5LIB "/usr/share/koha/lib" Link Here
58
58
59
<IfModule mod_expires.c>
59
<IfModule mod_expires.c>
60
    ExpiresActive on
60
    ExpiresActive on
61
    ExpiresByType text/css "access plus 12 hours"
61
    ExpiresByType text/css "access plus 60 days"
62
    ExpiresByType application/javascript "access plus 60 days"
62
    ExpiresByType application/javascript "access plus 60 days"
63
    ExpiresByType image/png "access plus 12 hours"
63
    ExpiresByType image/png "access plus 12 hours"
64
    ExpiresByType image/gif "access plus 12 hours"
64
    ExpiresByType image/gif "access plus 12 hours"
65
- 

Return to bug 12904