Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save verbaleks/aff68c0a9dcb9ee69b09600d333a94ef to your computer and use it in GitHub Desktop.
Save verbaleks/aff68c0a9dcb9ee69b09600d333a94ef 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