我正在尝试在带有 OpenJDK 7 的 Ubuntu 12.04 上使用 2.6.3 构建一个新的 Nexus 服务器。
我在端口 8081 上运行了一个空存储库,它前面的 nginx 在端口 80 上响应。
但是该应用程序没有在 http://nexus.example.net/ 上回答,只在http://nexus.example.net/nexus/上回答。根 / 发回 404。
我想也许 nexus.properties 中的 nexus-webapp 和 nexus-webapp-context-path 属性可以解决这个问题,但是当我改变它时,它会给我一个 sonatype-work/nexus 目录的通用目录列表。