瀏覽代碼

CloudFlare IP pool reference

Serghey Rodin 11 年之前
父節點
當前提交
8e0416cd74
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      install/debian/nginx.conf
  2. 1 1
      install/rhel/nginx.conf
  3. 1 1
      install/ubuntu/nginx.conf

+ 1 - 1
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;

+ 1 - 1
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;

+ 1 - 1
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;