Update link to sonatype's reverse proxy docs

This commit is contained in:
Michael B. Sumulong 2022-05-09 16:18:50 -04:00 committed by GitHub
parent c0010ada32
commit 0ddf248ec6
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. # 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 apt-get install -y --no-install-recommends nginx
rm -f /etc/nginx/sites-enabled/default rm -f /etc/nginx/sites-enabled/default
cat >/etc/nginx/sites-available/$config_fqdn.conf <<EOF cat >/etc/nginx/sites-available/$config_fqdn.conf <<EOF