Compare commits
2 Commits
ec04a96771
...
71c6675638
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71c6675638 | ||
|
|
7c605017c5 |
@ -6,6 +6,16 @@ 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user