mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2026-02-22 03:22:06 +00:00
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
---
|
|
noindex: true
|
|
---
|
|
# Compress files on the fly
|
|
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript text/javascript
|
|
|
|
# Aggressively cache assets, rely on ETAGs for non-cache busted stuff
|
|
<LocationMatch ^/(images|javascripts|fonts|stylesheets)/>
|
|
ExpiresActive On
|
|
ExpiresDefault "access plus 1 year"
|
|
</LocationMatch>
|
|
|
|
Alias /favicon.ico /images/favicon.ico
|