You can follow the instructions on the support page at 3scale's support website.
After gathering 3scale's configuration, you will download a proxy_conf.zip file which you should unzip on the nginx files directory.
cd /path/to/your/puppet/modules
git clone [email protected]:rhoml/puppet-3scale-proxy-module.git nginx
cd nginx/files
unzip /path/to/proxy_conf.zip
class { 'nginx': }
Rhommel Lamas
- Twitter: @rhoml
- Email: roml [at] rhommell.com
- 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
) - Create new Pull Request