ryandotsmith / nginx-buildpack

Run NGINX in front of your app server on Heroku
457 stars 248 forks source link

custom nginx.config.erb not working #29

Closed everdance closed 10 years ago

everdance commented 10 years ago

I am deploying a node.js web server using this buildpack on heroku. And also configured our custom nginx.config.erb file in our config directory, But I found that when the nginx-buildpach runs up, it just wipes out our custom config file, and writes its default config in the file. It looks weird. Am I missing something?

everdance commented 10 years ago

Damn, I made a wrong file name.