]> git.pld-linux.org Git - packages/apache-mod_cloudflare.git/blame - apache.conf
new, version 1.2.0
[packages/apache-mod_cloudflare.git] / apache.conf
CommitLineData
b4ff000f
ER
1LoadModule cloudflare_module modules/mod_cloudflare.so
2
3<IfModule mod_cloudflare.c>
4 CloudFlareRemoteIPHeader CF-Connecting-IP
5 CloudFlareRemoteIPTrustedProxy 204.93.240.0/24 204.93.177.0/24 199.27.128.0/21 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15
6
7 # Uncomment DenyAllButCloudFlare to return a 403 status to all requests
8 # that do not originate from an IP defined in CloudFlareRemoteIPTrustedProxy
9 #DenyAllButCloudFlare
10</IfModule>
This page took 0.047103 seconds and 4 git commands to generate.