From b4401d80869f5d08618a6d76697f0191d1a76384 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 11 Jan 2018 15:13:57 -0800 Subject: [PATCH] match test conf port with command line flag --- certbot-nginx/tests/boulder-integration.conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot-nginx/tests/boulder-integration.conf.sh b/certbot-nginx/tests/boulder-integration.conf.sh index 5f077f998..c38180698 100755 --- a/certbot-nginx/tests/boulder-integration.conf.sh +++ b/certbot-nginx/tests/boulder-integration.conf.sh @@ -49,9 +49,9 @@ http { server { # IPv4. - listen 8081; + listen 5002; # IPv6. - listen [::]:8081 default ipv6only=on; + listen [::]:5002 default ipv6only=on; server_name nginx.wtf nginx2.wtf; root $root/webroot;