Skip to content

Instantly share code, notes, and snippets.

View kevotovar's full-sized avatar
🐒
Working

Kevin Tovar kevotovar

🐒
Working
View GitHub Profile
@atma
atma / nginx.conf
Created August 18, 2013 16:45
Nginx + nodejs + socket.io websockets
# Add to nginx.conf http section
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}