We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c9f1e commit 5ef0937Copy full SHA for 5ef0937
install/deb/nginx/nginx.conf
@@ -79,8 +79,7 @@ http {
79
gzip_proxied any;
80
gzip_disable "MSIE [1-6]\.";
81
# Cloudflare ips
82
- include /etc/nginx/conf.d/domains/cloudflare.inc;
83
- real_ip_header CF-Connecting-IP;
+ include /etc/nginx/conf.d/cloudflare.inc;
84
# SSL PCI compliance
85
ssl_session_cache shared:SSL:20m;
86
ssl_session_timeout 60m;
0 commit comments