Skip to content

Instantly share code, notes, and snippets.

@viktor-shmigol
Last active November 1, 2016 12:31
Show Gist options
  • Save viktor-shmigol/5c8883aa1c6675cdbc20f530475672ed to your computer and use it in GitHub Desktop.
Save viktor-shmigol/5c8883aa1c6675cdbc20f530475672ed to your computer and use it in GitHub Desktop.
location /cable {
proxy_pass http://puma;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment