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