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

can't subscribe channel (the channel has two subcriber) #90

Closed cnscud closed 11 years ago

cnscud commented 11 years ago

as https://github.com/wandenberg/nginx-push-stream-module/issues/62.

my channel:

{"channel": "example", "published_messages": "9", "stored_messages": "0", "subscribers": "2"}

But I can't subscribe the channel, it return 403:
X-Nginx-PushStream-Explain: Subscriber could not create channels.

I turn the option on: push_stream_authorized_channels_only on;

thanks

wandenberg commented 11 years ago

I fixed the text on issue #62, there was a mistake. Also created a FAQ with this question. Check if this explanation is enough, please. https://github.com/wandenberg/nginx-push-stream-module/wiki/FAQ