Forked from viktor-shmigol/Nginx conf Action cable AWS
Created
November 1, 2016 12:31
-
-
Save verbaleks/aff68c0a9dcb9ee69b09600d333a94ef to your computer and use it in GitHub Desktop.
Revisions
-
Victor Shmigol renamed this gist
Oct 13, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Victor Shmigol renamed this gist
Oct 13, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Victor Shmigol created this gist
Oct 13, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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; }