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

help #6

Closed ahu closed 13 years ago

ahu commented 13 years ago

I use your basic config and download your chat.html with that 3 js files.Then I upload to my server.However I can not get it fired.Please help me. What's your configuration for chat.html?

wandenberg commented 13 years ago

Hi,

try to use the nginx.conf inside misc dir.

Comment these two lines

master_process off; daemon off;

and change the text document.domain = 'localhost'; to use your domain, for example, if your domain is "your.domain.com" set the text as document.domain = "domain.com".

If you have any other doubt to use the module, let me know.

I will improve the docs to has more examples.

Regards, Wandenberg

On Mon, Oct 10, 2011 at 11:23 AM, ahu < reply@reply.github.com>wrote:

I use your basic config and download your chat.html with that 3 js files.Then I upload to my server.However I can not get it fired.Please help me. What's your configuration for chat.html?

Reply to this email directly or view it on GitHub: https://github.com/wandenberg/nginx-push-stream-module/issues/6

ahu commented 13 years ago

Hi,it works! Thanks so much and please forgive my careless.

wandenberg commented 13 years ago

Great!

No problem. If you have any doubt/problem/suggestion send me another message.

On Wed, Oct 12, 2011 at 10:08 PM, ahu < reply@reply.github.com>wrote:

Hi,it works! Thanks so much and please forgive my careless.

Reply to this email directly or view it on GitHub:

https://github.com/wandenberg/nginx-push-stream-module/issues/6#issuecomment-2390187