Get the most out of your Centmin Mod LEMP stack
Become a Member

Avoid Cloudflare ip's to get limited from default Centminmod installation

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Feb 28, 2016.

  1. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    8:34 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    Hi

    On default Centminmod installation i can see this:

    Code:
    limit_req_zone $binary_remote_addr zone=xwplogin:16m rate=40r/m;
    If i use Cloudflare i can see that i have this to enable:


    Code:
    include /usr/local/nginx/conf/cloudflare.conf;
    but there is no info related to avoid blocking cloudflare ip's from the above limit ?

    Thanks
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,417
    12,256
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,837
    Local Time:
    3:34 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    cloudflare won't get rate limited as cloudflare.conf include is meant to forward the visitor real ip to nginx so all that nginx sees is real visitor ip and not cloudflare's ip.