duy13 / vDDoS-Protection

Welcome to vDDoS, a HTTP(S) DDoS Protection Reverse Proxy. Thank you for using!
https://vddos.voduy.com
483 stars 140 forks source link

SPDY Error with Applications #15

Closed WebsecAkhavan closed 6 years ago

WebsecAkhavan commented 6 years ago

Please enable an option to disable SPDY since it causes errors with Sockets in some applications (err_spdy_protocol_error in browser console)

duy13 commented 6 years ago

Please increase the limit values to fit your site:

nano /vddos/conf.d/limit-conn.conf

limit_conn_zone $binary_remote_addr zone=perip:10m;
limit_conn perip 100;
limit_conn_status 403;
limit_req_zone $binary_remote_addr zone=dyn:10m rate=100r/s;
limit_req zone=dyn burst=100;
limit_req_status 403;

Or more, if your web site needs to load more resources in a single query