【发布时间】:2013-10-22 20:58:29
【问题描述】:
我正在尝试在带有 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 目录的通用目录列表。
【问题讨论】:
标签: nexus