Guest User

Untitled

a guest
Nov 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. location ~ .php$ {
  2. include snippets/fastcgi-php.conf;
  3. fastcgi_pass unix:/run/php/php7.1-fpm.sock;
  4.  
  5. if ($request_uri !~ "uploads") {
  6. limit_req zone=req_limit_per_ip burst=3 nodelay;
  7. limit_conn conn_limit_per_ip 3;
  8. }
  9. }
Add Comment
Please, Sign In to add comment