Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要设置 nexus 以使他将 url 从一个更改为另一个,例如,如果用户类型: mySite.com/ maven2他应该被重定向到 mySite.com/ content/groups/maven2。如何更改连接设置来做到这一点?
在 Nexus 前面放置一个代理服务器,为您执行此操作。我会推荐 Apache httpd 或 NGINX。