mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
add expiry times for scripts and html
This commit is contained in:
parent
9a211c0e33
commit
fca9452a07
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
ExpiresActive On
|
||||
ExpiresDefault A31536000
|
||||
ExpiresByType text/html A600
|
||||
ExpiresByType text/javascript A2592000
|
||||
ExpiresByType application/javascript A2592000
|
||||
|
||||
Options -Indexes
|
||||
|
||||
RewriteEngine On
|
||||
|
|
Loading…
Reference in a new issue