From d0266cbc58fe28431b7be4715bf73647898c8cba Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 20 Oct 2022 09:46:54 -0700 Subject: [PATCH] Remove usage of `--ajp13Port` --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6bcdd539..555419a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,5 @@ CMD envsubst '\$PORT0 \$PORT1 \$JENKINS_CONTEXT' < /etc/nginx/nginx.conf.templat ${JENKINS_OPTS} \ --httpPort=${PORT1} \ --webroot=${JENKINS_FOLDER}/war \ - --ajp13Port=-1 \ --httpListenAddress=127.0.0.1 \ - --ajp13ListenAddress=127.0.0.1 \ --prefix=${JENKINS_CONTEXT}