mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
made html expire less quickly
This commit is contained in:
parent
2469a207f7
commit
74d45ffd8b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
ExpiresDefault A31536000
|
ExpiresDefault A31536000
|
||||||
ExpiresByType text/html A600
|
ExpiresByType text/html A3600
|
||||||
ExpiresByType text/javascript A2592000
|
ExpiresByType text/javascript A2592000
|
||||||
ExpiresByType application/javascript A2592000
|
ExpiresByType application/javascript A2592000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue