# rate limit map $request_method $limit { default ""; POST $binary_remote_addr; } limit_req_zone $limit zone=one:10m rate=10r/m; # end rate limit