Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 758 Bytes

Project Name

Amazon S3 - Reverse proxy cache using NGINX and HAProxy.

This is just a proof of concept to setup a reverse proxy cache of S3 assets, that will be used instead of Amazon S3. If using in production, you need to plan and adjust the configuration accordingly (implement SSL etc..)

Usage

  1. Place files within their respective configuration directories.
  2. Replace public_ip and [bucket_name] placeholders in both scripts with relevant information
  3. Ensure that firewall rules are set up / disabled

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D