feat: enable caching
This commit is contained in:
parent
0c4e223396
commit
37e992f0ba
1 changed files with 6 additions and 0 deletions
|
@ -53,3 +53,9 @@
|
|||
|
||||
RequestHeader set X-Forwarded-Proto https
|
||||
RequestHeader set X-Forwarded-Ssl on
|
||||
|
||||
# Enable caching of css and js
|
||||
ExpiresActive On
|
||||
|
||||
ExpiresByType application/x-javascript M604800
|
||||
ExpiresByType text/css M604800
|
||||
|
|
Loading…
Reference in a new issue