diff --git a/source/.htpasswd b/source/.htpasswd new file mode 100644 index 0000000..5994ef0 --- /dev/null +++ b/source/.htpasswd @@ -0,0 +1,13 @@ +--- +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 + + ExpiresActive On + ExpiresDefault "access plus 1 year" + + +Alias /favicon.ico /images/favicon.ico