Compare commits

..

No commits in common. "71c66756382fd0a76b11fca802263cbb2e58a01d" and "ec04a9677109bda907d6fdfe621fcd2483ebc6c3" have entirely different histories.

View File

@ -6,16 +6,6 @@ server {
add_header Content-Type text/plain;
return 200 "User-agent: *\nDisallow: /\n";
}
real_ip_recursive on;
real_ip_header CF-Connecting-IP;
set_real_ip_from 173.245.48.0/20;
set_real_ip_from 103.21.244.0/22;
#SSL configuration
listen 443 ssl http2;
listen [::]:443 ssl http2;