Merge branch 'master' of svs.ankaa.uberspace.de:sterzy/sterzycom

This commit is contained in:
Stefan Sterz 2017-08-16 17:29:32 +02:00
commit a5b3e0adec
1 changed files with 7 additions and 0 deletions

View File

@ -53,3 +53,10 @@
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
ExpiresByType text/x-javascript M604800