just run this command on your mac:
brew install https://gist.github.com/raw/1007028/66c1911132a2970b9df9723bd8063ac13e926993/nginx.rb
| upstream thumborbe { | |
| server thumbor.myhost.com:8090 ; | |
| server thumbor.myhost.com:8091 ; | |
| server thumbor.myhost.com:8092 ; | |
| server thumbor.myhost.com:8093 ; | |
| server thumbor.myhost.com:8094 ; | |
| server thumbor.myhost.com:8095 ; | |
| } | |
| location ~* "^/.{28}/.*(jpg|jpeg|gif|png)(#.*)?$" { |
just run this command on your mac:
brew install https://gist.github.com/raw/1007028/66c1911132a2970b9df9723bd8063ac13e926993/nginx.rb