WARNING - Work in Progress - It is not Bug Free! Use with Caution. This repository contains Dockerfiles and accompanying scripts that allow deployment of sw360 via docker
Eclipse Public License 1.0
13
stars
18
forks
source link
feat(cve-search): always start https on port 5443 #38
This adds another nginx which is used to offer an https connection to the cve-search ui via the port 5443. The "regular" http connection is still open on 5000.
This adds another nginx which is used to offer an https connection to the cve-search ui via the port
5443
. The "regular" http connection is still open on5000
.