From 5a15af5abe72c60cca790c5c197e12f6c302ac8c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 17 Jul 2015 08:30:34 +0000 Subject: [PATCH] Change integration nginx port to 8081. Ref https://github.com/letsencrypt/boulder/issues/482. --- tests/integration/nginx.conf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/nginx.conf.sh b/tests/integration/nginx.conf.sh index 7a05f0519..12610d895 100755 --- a/tests/integration/nginx.conf.sh +++ b/tests/integration/nginx.conf.sh @@ -48,9 +48,9 @@ http { server { # IPv4. - listen 8080; + listen 8081; # IPv6. - listen [::]:8080 default ipv6only=on; + listen [::]:8081 default ipv6only=on; root $root/webroot;