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
hello, I've using heroku-openresty as a reverse proxy for some time. It worked like a charm. However, just after I push some new code today, the site crashed. I reversed the code, problem remains. Here's the logs:
2014-11-01T11:31:18.777027+00:00 heroku[web.1]: State changed from crashed to starting
2014-11-01T11:31:20.087375+00:00 heroku[web.1]: Starting process with command start_nginx.sh
2014-11-01T11:31:20.715146+00:00 app[web.1]: bash: start_nginx.sh: command not found
2014-11-01T11:31:21.620559+00:00 heroku[web.1]: Process exited with status 127
2014-11-01T11:31:21.630947+00:00 heroku[web.1]: State changed from starting to crashed
2014-11-01T11:31:22.674103+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/1" host=xx.herokuapp.com request_id= fwd="" dyno= connect= service= status=503 bytes=
I then tried an empty project "Taytay/api-proxy-3scale-heroku" and got same results. Can somebody give me some hints why 'start_nginx.sh' couldn't be found. Many thanks.
The text was updated successfully, but these errors were encountered:
hello, I've using heroku-openresty as a reverse proxy for some time. It worked like a charm. However, just after I push some new code today, the site crashed. I reversed the code, problem remains. Here's the logs:
2014-11-01T11:31:18.777027+00:00 heroku[web.1]: State changed from crashed to starting
2014-11-01T11:31:20.087375+00:00 heroku[web.1]: Starting process with command
start_nginx.sh
2014-11-01T11:31:20.715146+00:00 app[web.1]: bash: start_nginx.sh: command not found
2014-11-01T11:31:21.620559+00:00 heroku[web.1]: Process exited with status 127
2014-11-01T11:31:21.630947+00:00 heroku[web.1]: State changed from starting to crashed
2014-11-01T11:31:22.674103+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/1" host=xx.herokuapp.com request_id= fwd="" dyno= connect= service= status=503 bytes=
I then tried an empty project "Taytay/api-proxy-3scale-heroku" and got same results. Can somebody give me some hints why 'start_nginx.sh' couldn't be found. Many thanks.
The text was updated successfully, but these errors were encountered: