Hello,
you could use "set_real_ip_from 'IP from LB';"
http://nginx.org/en/docs/http/ngx_http_realip_module.html
--
Alexander Naumann
- Ursprüngliche Mail -
Von: "idfariz"
An: nginx@nginx.org
Gesendet: Mittwoch, 3. Januar 2018 05:58:35
Betreff: Pr
Hi,
you have :
if ($scheme != "https") {
return 301 https://$host$request_uri;
} # managed by Certbot
in your config, that redirects everything to https.
Mit freundlichen Grüßen / best regards
Alexander Naumann
artcom venture GmbH
- Ursprüngliche Mail -
Vo