apache2ctl configtest
mcedit /etc/apache2/conf-available/remoteip.conf
и добавляем в него строки, указывая от каких прокси принимать адреса:
<IfModule remoteip_module>
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 192.168.1.0/24
</IfModule>
a2enconf remoteip
a2enmod remoteip
systemctl restart apache2
Как передать реальный адрес при проксировании смотри в Angie и Nginx конфигах