riking
(Kane York)
5
You are missing the other proxy directives. You need all of these:
# proxy_pass .....;
proxy_set_header Host $http_host;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
#proxy_set_header Client-IP "";
3 Likes