lib/action_controller/metal/streaming.rb in actionpack-4.1.16 vs lib/action_controller/metal/streaming.rb in actionpack-4.2.0.beta1

- old
+ new

@@ -181,10 +181,10 @@ # unicorn_rails --config-file unicorn.config.rb # # You may also want to configure other parameters like <tt>:tcp_nodelay</tt>. # Please check its documentation for more information: http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-listen # - # If you are using Unicorn with Nginx, you may need to tweak Nginx. + # If you are using Unicorn with NGINX, you may need to tweak NGINX. # Streaming should work out of the box on Rainbows. # # ==== Passenger # # To be described.