Hi,

i'm trying to make that nginx redirect all querys to tomcat for that i
followed this how to:

http://wiki.dspace.org/confluence/display/DSPACE/NginX+Tomcat+Proxying

and it work's fine for jspui, but when i try to login xmlui it's redirected
to url:8080/xmlui :(

i'm using dspace-1.6.0-src-release.tar.gz version

i saw that if i configure a private ip on nginx configuration the client is
redirected to it.

proxy_pass http://111.222.11.22:8180/xmlui/;
proxy_redirect http://111.222.11.22:8180/xmlui/
http://collections.example.com/xmlui/;

i mean http://collections.example.com/xmlui/ maybe the destination but at
client call http://111.222.11.22:8180/xmlui/


i hope the problem is understood.

greetings and thanks in advance.

-- 
Aldo.
------------------------------------------------------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to