فهرست منبع

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;