added expiry info to docs site

This commit is contained in:
Ell 2023-06-02 10:20:59 +02:00
parent 9b6e4674f5
commit 2696c2a60b
2 changed files with 7 additions and 1 deletions

5
docs/.htaccess Normal file
View file

@ -0,0 +1,5 @@
ExpiresActive On
ExpiresDefault A31536000
ExpiresByType text/html A600
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000

View file

@ -21,7 +21,8 @@
"resource": [ "resource": [
{ {
"files": [ "files": [
"media/**" "media/**",
".htaccess"
] ]
}, },
{ {