Przeglądaj źródła

CloudFlare IP pool reference

Serghey Rodin 11 lat temu
rodzic
commit
8e0416cd74

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