Closed herrmannpchw closed 6 years ago
@herrmannpchw
That's not a configuration option for this image. Out of question, why do you want to make that change?
I have others services on the same machine with nginx...
Thanks!
@herrmannpchw
I see. This is a common scenario with container services and a proxy (like nginx) is often used so that everything works.
Here are two simple ways to handle the situation:
Configure ngnix to rewrite the requests it receives for "/archiva/XXX" to "/XXX" and forward them to the archiva container's IP. Assuming ngnix is also running in a container, you can use a docker network to make this configuration very simple.
Assign an additional IP to the host and bind the archiva container to that new IP. In this case, traffic for Archiva won't go to ngnix.
Good luck!
Hello,
I'm trying to change the archiva path to http://X.X.X.X/archiva but had no success.
Is it possible? How can I change?
Thank you.