Skip to content

Commit

Permalink
Merge pull request #1 from orthographic-pedant/spell_check/conjunction
Browse files Browse the repository at this point in the history
Fix typographical error(s)
  • Loading branch information
burgalon committed Oct 8, 2015
2 parents b6e5968 + bc08ea6 commit 27e4c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.textile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ AWS_CLOUDFRONT = 'http://%s.my-cloudfront.com/' % AWS_BUCKET # Your CNAME for Cl
# THUMBNAIL_SERVICE = 'http://d2e9m6sll3dt8o.cloudfront.net/' if on_production_server else 'http://1linedev.thumbnail-service.appspot.com/'
</code>

THUMBNAIL_SERVICE may be used in conjuction with https://github.com/burgalon/thumbnail-service to generate thumbnails at any size on the fly. Another suggestion is to use a proxy cache to avoid generating those thumbnails on every request - https://github.com/burgalon/SymPullCDN
THUMBNAIL_SERVICE may be used in conjunction with https://github.com/burgalon/thumbnail-service to generate thumbnails at any size on the fly. Another suggestion is to use a proxy cache to avoid generating those thumbnails on every request - https://github.com/burgalon/SymPullCDN

# Add crossdomain.xml to your AWS_BUCKET of the sort:
<cross-domain-policy>
Expand Down

0 comments on commit 27e4c64

Please sign in to comment.