1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 19:12:05 +00:00
holgerjust.de/source/.htpasswd

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