server { listen 80; location / { limit_req zone=mylimit; } root /var/www/html; }