wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Specific ip only open all channel #181

Closed N1Knight closed 9 years ago

N1Knight commented 9 years ago

You can specify an IP to only this can open the channels? Only to open them. then reading and writing without filter.

Thanks.

tomquas commented 9 years ago

nginx' very own allow/deny rules? http://nginx.org/en/docs/http/ngx_http_access_module.html

N1Knight commented 9 years ago

thanks... one question more.. how do I associate a location Subcribe to a publisher location. That is the subcriptos only see messages that location only publisher ?