tg123 / websockify-nginx-module

Embed websockify into Nginx (convert any tcp connection into websocket)
MIT License
141 stars 60 forks source link

unix domain socket pass by variable #8

Closed bAndie91 closed 9 years ago

bAndie91 commented 9 years ago

this changes may fix problem when upstream address is in a variable

tg123 commented 9 years ago

fix #7

tg123 commented 9 years ago

thanks

cloud you please format the patch

4 spaces indent

and style like

if {
} else {
}
bAndie91 commented 9 years ago

I fixed the indents and block style.

tg123 commented 9 years ago

LGTM

thank you