tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

NGINX with Perl Module #135

Closed nicolo closed 8 years ago

nicolo commented 8 years ago

Is there a way to enable the perl module through this build pack?

I need it to lowercase uris in the nginx config by including perl_modules perl/lib;

danconnell commented 8 years ago

I needed to do the same thing so I used Lua to accomplish it. You can see how I did that by using OpenResty here: https://github.com/tonycoco/heroku-buildpack-ember-cli/issues/134

nicolo commented 8 years ago

Thanks! I was able to get it to work.