README.md in faye-websocket-0.10.0 vs README.md in faye-websocket-0.10.1
- old
+ new
@@ -370,10 +370,10 @@
However, you do need to insert the following code in `config.ru` for optimal
WebSocket performance in Passenger. This is
[documented in the Passenger manual](https://www.phusionpassenger.com/documentation/Users%20guide%20Nginx.html#tuning_sse_websockets).
```ruby
-if defined?(PhusionPasseneger)
+if defined?(PhusionPassenger)
PhusionPassenger.advertised_concurrency_level = 0
end
```
Run your app on Passenger for Nginx by creating a virtual host entry which