Skip to content

Commit 8e0416c

Browse files
committed
CloudFlare IP pool reference
1 parent 58a75cb commit 8e0416c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/debian/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ http {
6868
proxy_buffers 32 4k;
6969

7070

71-
# Cloudflare
71+
# Cloudflare https://www.cloudflare.com/ips
7272
set_real_ip_from 199.27.128.0/21;
7373
set_real_ip_from 173.245.48.0/20;
7474
set_real_ip_from 103.21.244.0/22;

install/rhel/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ http {
6868
proxy_buffers 32 4k;
6969

7070

71-
# Cloudflare
71+
# Cloudflare https://www.cloudflare.com/ips
7272
set_real_ip_from 199.27.128.0/21;
7373
set_real_ip_from 173.245.48.0/20;
7474
set_real_ip_from 103.21.244.0/22;

install/ubuntu/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ http {
6868
proxy_buffers 32 4k;
6969

7070

71-
# Cloudflare
71+
# Cloudflare https://www.cloudflare.com/ips
7272
set_real_ip_from 199.27.128.0/21;
7373
set_real_ip_from 173.245.48.0/20;
7474
set_real_ip_from 103.21.244.0/22;

0 commit comments

Comments
 (0)