Sha256: 0c7d70f9c625c11138ff36840380e4955c1562a5c232573626ffd07bc882916f

Contents?: true

Size: 735 Bytes

Versions: 48

Compression:

Stored size: 735 Bytes

Contents

DirectoryIndex index.html
FileETag All

# Compress all static assets
<IfModule mod_deflate.c>
	# compress content with type html, text, and css
  AddOutputFilterByType DEFLATE text/css text/html text/javascript application/javascript application/x-javascript text/js text/plain text/xml

	<IfModule mod_headers.c>
		# properly handle requests coming from behind proxies
		Header append Vary User-Agent
	</IfModule>
</IfModule>

# Cache, aggressively 
<IfModule mod_expires.c>
  ExpiresActive On
  ExpiresDefault "access plus 10 days"

	<FilesMatch "\.(eot|ttf|otf)$">
		ExpiresDefault "access plus 10 years"
	</filesMatch>
</IfModule>

# Mime-types
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf

Version data entries

48 entries across 22 versions & 1 rubygems

Version Path
bonsai-1.4.9 lib/bonsai/templates/public/.htaccess
bonsai-1.4.9 spec/support/broken/templates/public/.htaccess
bonsai-1.4.8 lib/bonsai/templates/public/.htaccess
bonsai-1.4.8 spec/support/broken/templates/public/.htaccess
bonsai-1.4.7 lib/bonsai/templates/public/.htaccess
bonsai-1.4.7 spec/support/broken/templates/public/.htaccess
bonsai-1.4.6 lib/bonsai/templates/public/.htaccess
bonsai-1.4.6 spec/support/broken/templates/public/.htaccess
bonsai-1.4.5 spec/support/broken/templates/public/.htaccess
bonsai-1.4.5 lib/bonsai/templates/public/.htaccess
bonsai-1.4.4 spec/support/broken/templates/public/.htaccess
bonsai-1.4.4 lib/bonsai/templates/public/.htaccess
bonsai-1.4.3 lib/bonsai/templates/public/.htaccess
bonsai-1.4.3 spec/support/broken/templates/public/.htaccess
bonsai-1.4.2 spec/support/broken/templates/public/.htaccess
bonsai-1.4.2 lib/bonsai/templates/public/.htaccess
bonsai-1.4.1 spec/support/broken/templates/public/.htaccess
bonsai-1.4.1 lib/bonsai/templates/public/.htaccess
bonsai-1.3.2 lib/bonsai/templates/public/.htaccess
bonsai-1.3.2 spec/support/broken/templates/public/.htaccess