I'm trying to use https://github.com/Zarel/Pokemon-Showdown. I have it working as far as it opens using a subdomain created using this .conf file:
<VirtualHost *:80>
ServerName sd.example.com
ProxyPass "/" localip
ProxyPassReverse "/" localip
</VirtualHost>
It opens and such, but the application uses user ip's. But everyone's IP is 127.0.0.1. is there a way to fix this in the virtualhost?