Skip to content

Commit 5ef0937

Browse files
committed
Fix bug in nginx.conf
1 parent 59c9f1e commit 5ef0937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install/deb/nginx/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ http {
7979
gzip_proxied any;
8080
gzip_disable "MSIE [1-6]\.";
8181
# Cloudflare ips
82-
include /etc/nginx/conf.d/domains/cloudflare.inc;
83-
real_ip_header CF-Connecting-IP;
82+
include /etc/nginx/conf.d/cloudflare.inc;
8483
# SSL PCI compliance
8584
ssl_session_cache shared:SSL:20m;
8685
ssl_session_timeout 60m;

0 commit comments

Comments
 (0)