willowgarage / interactive-manipulation-sandbox

Playground for Interactive Manipulation code that aren't quite baked enough for a full-on repo.
0 stars 7 forks source link

Proxy socket.io connections through nginx #253

Closed etoccalino closed 11 years ago

etoccalino commented 11 years ago

Using the new nginx 1.4.x this config allows to correctly proxy socket.io connections to the underlying webserver.

I upgraded nginx in babylon1 and manually applied the configuration changes. Babylon1 demos no longer use long-polling but websockets.

adamantivm commented 11 years ago

:+1:

adamantivm commented 11 years ago

This should help solve the problem where the same person is seen as logged in multiple times. E.g.: "Also viewing Kaijen Hsiao, Kaijen Hsiao and Kaijen Hsiao"

etoccalino commented 11 years ago

...not really, but #254 does.