mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +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
|
Options -Indexes
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
Loading…
Reference in a new issue