You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I would like to warn you that this buildpack is in heavy development stage, and it's not quite ready for production usage.
The issue here is, for now, that you have to store the Nginx configuration file in your project directory.
It have to be placed in the app/heroku/{SYMFONY_ENV}/conf/ directory (i.e. : app/heroku/dev/conf or app/heroku/prod/conf depending on the SF_ENV config value attached to your Heroku app).
The required nginx.conf file is passed to the erb process so you can use this file as a template (usefull to map the listen port to the 'PORT' environment var).
Some template sample files will be added soon, but in the meantime you can search for basic nginx configuration file for Symfony project on the web.
If there's something you want to know, feel free to ask 😃
Thanks for reply, I understand that your extension is under heavy development but nevertheless it could be better If you'll write some documentation for it :)
Cannot deploy app, so what could be wrong?
The text was updated successfully, but these errors were encountered: