diff options
| author | Kayo <[email protected]> | 2018-04-01 23:52:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-01 23:52:09 -0700 |
| commit | 535f12b70a9ba499497425627816c3fad848022d (patch) | |
| tree | 6fdeec819d98f33cb3ad916e4a4cd00f5eb5f5f6 /nginx.sample.conf | |
| parent | Updated IP's (diff) | |
| download | host.fuwn.me-535f12b70a9ba499497425627816c3fad848022d.tar.xz host.fuwn.me-535f12b70a9ba499497425627816c3fad848022d.zip | |
Updated real-ip-from-cf
Diffstat (limited to 'nginx.sample.conf')
| -rw-r--r-- | nginx.sample.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.sample.conf b/nginx.sample.conf index 15b3232..1b008ae 100644 --- a/nginx.sample.conf +++ b/nginx.sample.conf @@ -11,7 +11,7 @@ server { client_max_body_size 100M; # Change this to the max file size you want to allow # Uncomment if you are running lolisafe behind CloudFlare. - #include /path/to/lolisafe/cloudflare-ips; + #include /path/to/lolisafe/real-ip-from-cf; location / { add_header Access-Control-Allow-Origin *; |