Skip to content

Instantly share code, notes, and snippets.

@namxam
Created April 22, 2014 15:39
Show Gist options
  • Save namxam/11184038 to your computer and use it in GitHub Desktop.
Save namxam/11184038 to your computer and use it in GitHub Desktop.
Ruby 2.1 app docker config
server {
server_name localhost;
listen 80;
root /home/app/webapp/public;
passenger_enabled on;
passenger_user app;
passenger_ruby /usr/bin/ruby2.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment