From 8e0416cd744962f7dc8d5908dd6785c273fef6f4 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 16 Feb 2015 18:25:42 +0200 Subject: [PATCH] CloudFlare IP pool reference --- install/debian/nginx.conf | 2 +- install/rhel/nginx.conf | 2 +- install/ubuntu/nginx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/debian/nginx.conf b/install/debian/nginx.conf index 19e4a754..cd2c70df 100644 --- a/install/debian/nginx.conf +++ b/install/debian/nginx.conf @@ -68,7 +68,7 @@ http { proxy_buffers 32 4k; - # Cloudflare + # Cloudflare https://www.cloudflare.com/ips set_real_ip_from 199.27.128.0/21; set_real_ip_from 173.245.48.0/20; set_real_ip_from 103.21.244.0/22; diff --git a/install/rhel/nginx.conf b/install/rhel/nginx.conf index fa5ff117..10a556ea 100644 --- a/install/rhel/nginx.conf +++ b/install/rhel/nginx.conf @@ -68,7 +68,7 @@ http { proxy_buffers 32 4k; - # Cloudflare + # Cloudflare https://www.cloudflare.com/ips set_real_ip_from 199.27.128.0/21; set_real_ip_from 173.245.48.0/20; set_real_ip_from 103.21.244.0/22; diff --git a/install/ubuntu/nginx.conf b/install/ubuntu/nginx.conf index 6767e8ca..5d5bd901 100644 --- a/install/ubuntu/nginx.conf +++ b/install/ubuntu/nginx.conf @@ -68,7 +68,7 @@ http { proxy_buffers 32 4k; - # Cloudflare + # Cloudflare https://www.cloudflare.com/ips set_real_ip_from 199.27.128.0/21; set_real_ip_from 173.245.48.0/20; set_real_ip_from 103.21.244.0/22;