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..)
- Place files within their respective configuration directories.
- Replace public_ip and [bucket_name] placeholders in both scripts with relevant information
- Ensure that firewall rules are set up / disabled
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D