Hi all
I guess there's not much manual wandering around about using DSpace and dspace-angular behind Apache proxy, so I'm reaching out if anyone has done so?
If angular.ui.url and dspace.ui.url must match in DSpace and angular configurations and API must be accessible outside localhost how do you configure your tomcat, dspace and angular?
I've tried configuring them to my local network IPs, therefore I can get DSpace API and angular to work, but as Apache proxy forwards requests to
http://localhost:8080 it get's mixed content response and it's blocked.
There's an "outdated manual" saying to use AJP connector, but not sure if it's outdated because DSpace6->7 or it's just not complete yet.
So, any information using reverse proxy in front of DSpace API and angular frontend is appreciated!