Merge pull request #7 from MSumulong/patch-1

Update link to sonatype's reverse proxy docs
This commit is contained in:
Rui Lopes 2022-05-10 08:59:15 +01:00 committed by GitHub
commit d9921c893e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ popd
# install and configure nginx to proxy to nexus.
# see https://help.sonatype.com/display/NXRM3/Installation#Installation-RunningBehindaReverseProxy
# see https://help.sonatype.com/repomanager3/planning-your-implementation/run-behind-a-reverse-proxy
apt-get install -y --no-install-recommends nginx
rm -f /etc/nginx/sites-enabled/default
cat >/etc/nginx/sites-available/$config_fqdn.conf <<EOF