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.