diff --git a/conf/nginx/nginx.conf.jnj b/conf/nginx/nginx.conf.jnj index 4d063dc9b..6f4690bdd 100644 --- a/conf/nginx/nginx.conf.jnj +++ b/conf/nginx/nginx.conf.jnj @@ -45,7 +45,6 @@ http { add_header Strict-Transport-Security "max-age=63072000; preload"; real_ip_header X-Forwarded-For; - real_ip_recursive on; access_log /var/log/nginx/access.log lb_logs; @@ -68,7 +67,7 @@ http { {% if use_ipv6 %} listen [::]:7443 ssl http2 default proxy_protocol; {% endif %} - + ssl on; # This header must be set only for HTTPS