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.

Revisions

  1. Victor Shmigol renamed this gist Oct 13, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Victor Shmigol renamed this gist Oct 13, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. Victor Shmigol created this gist Oct 13, 2016.
    7 changes: 7 additions & 0 deletions Config for Action cable AWS
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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;
    }