blob: 49dcebef1a2b7a3774e4ec7179b2e0b542517d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Sonatype Nexus
# ==============
# This is the most basic configuration of Nexus.
# Jetty section
application-port=8081
application-host=0.0.0.0
nexus-webapp=${bundleBasedir}/nexus
nexus-webapp-context-path=/nexus
# Nexus section
nexus-work=/var/lib/nexus
runtime=${bundleBasedir}/nexus/WEB-INF
|