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
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
I'm running this locally without Docker or Heroku or the dev script. Just regular ol' bundle exec bin/gaps_server.rb behind Unicorn and nginx. Unfortunately I get the following error:
The answer seems to be that Puma is hardcoded into Gaps, so it's not worth trying to get it to run behind Unicorn. I switched to Puma, but it meant I had to do a lot of extra infrastructure work.
IMHO, this project should really be webserver-agnostic.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this belongs here or in chalk-config.
I'm running this locally without Docker or Heroku or the dev script. Just regular ol'
bundle exec bin/gaps_server.rb
behind Unicorn and nginx. Unfortunately I get the following error:It seems to be loading
site.yaml
correctly (otherwise it would error telling me to create the file), and the file itself seems to be valid.I tried hardcoding the full path to
site.yml
in the source code, but I still get the same error.The text was updated successfully, but these errors were encountered: