pgpio / web

Our website.
pgp.io
MIT License
3 stars 0 forks source link

Add request ratelimiting #2

Open icco opened 10 years ago

icco commented 10 years ago

http://nginx.org/en/docs/http/ngx_http_limit_req_module.html

Adding this to our configs: limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;