update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-14 19:30:06 -07:00
parent 7e580237ba
commit 3e0946f1c3
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Locate the `JENKINS\_ARGS` line and update it to look like the following:
JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpListenAddress=127.0.0.1 --httpPort=$HTTP_PORT -ajp13Port=$AJP_PORT" JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpListenAddress=127.0.0.1 --httpPort=$HTTP_PORT -ajp13Port=$AJP_PORT"
``` ```
Notice that the **--httpListenAddress=127.0.0.1** setting needs to be either added or modified. Notice that the **--httpListenAddress=127.0.0.1** setting must be either added or modified.
Then go ahead and restart Jenkins and Nginx. Then go ahead and restart Jenkins and Nginx.