engineyard / ey-docs

Engine Yard Docs
http://docs.engineyard.com
28 stars 11 forks source link

Keep files Nginx conf issue #305

Open intergi opened 12 years ago

intergi commented 12 years ago

If you follow the instructions on this page http://docs.engineyard.com/configuration-keep-files.html to create a keep file for your application.conf then it results in a conflict with the nginx config.

The server will try to load both the keep.app.conf as well as app.conf.

I just changed the nginx.conf to load app.conf instead of *.conf but it would be good to have a better solution.

iainbeeston commented 11 years ago

This is probably too late, but I think the documentation says to have only keep.app.conf, not app.conf as well