Limit_conn working for websocket proxy?

Hi Nginx experts,

i am looking for a way to limit connections per ip for proxied
websockets
through nginx. I found the ngx_http_limit_conn_module settings in the
manual. But i am not sure if this works also for proxied websockets.
Does
anyone have a suggestion? I am on the right track?

http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html?&_ga=1.253811912.159375082.1418856428#limit_conn

Thanks a lot for your help.

Posted at Nginx Forum:

On Wednesday 17 December 2014 17:55:44 tom123 wrote:

Hi Nginx experts,

i am looking for a way to limit connections per ip for proxied websockets
through nginx. I found the ngx_http_limit_conn_module settings in the
manual. But i am not sure if this works also for proxied websockets. Does
anyone have a suggestion? I am on the right track?

[…]

Yes, it works.

wbr, Valentin V. Bartenev