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

Allow push_stream_store_messages to be dynamic #77

Closed dctrwatson closed 10 years ago

wandenberg commented 11 years ago

Hi @dctrwatson, is enough allow push_stream_store_messages be set inside an if block? you can do something like that

push_stream_store_messages              off;
if ($arg_x = "1") {
  push_stream_store_messages              on;
}
dctrwatson commented 11 years ago

Good point, that would work as well. Thanks!

wandenberg commented 10 years ago

This was solved on tag 0.4.0 3d3a204177d3a7ab8a2858e04e792a6d11bf133f