Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created October 24, 2014 21:13
Show Gist options
  • Save j-mcnally/a617d9303b6b9c6f773e to your computer and use it in GitHub Desktop.
Save j-mcnally/a617d9303b6b9c6f773e to your computer and use it in GitHub Desktop.
location /ws {
proxy_buffering off;
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
proxy_pass http://app/ws;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment