Ah, so, we have this line:
proxy_set_header X-Real-IP $remote_addr;
Is there a list of the variables similar to $remote_addr somewhere?
Is $proxy_host possibly what we need?
proxy_set_header X-Real-IP $remote_addr;
Is there a list of the variables similar to $remote_addr somewhere?
Is $proxy_host possibly what we need?