mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Merge pull request #618 from kuba/boulder-debug-server-8080
Change integration nginx port to 8081, move tests around.
This commit is contained in:
+2
-2
@@ -48,9 +48,9 @@ http {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
# IPv4.
|
# IPv4.
|
||||||
listen 8080;
|
listen 8081;
|
||||||
# IPv6.
|
# IPv6.
|
||||||
listen [::]:8080 default ipv6only=on;
|
listen [::]:8081 default ipv6only=on;
|
||||||
|
|
||||||
root $root/webroot;
|
root $root/webroot;
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
|
export PATH="/usr/sbin:$PATH" # /usr/sbin/nginx
|
||||||
nginx_root="$root/nginx"
|
nginx_root="$root/nginx"
|
||||||
mkdir $nginx_root
|
mkdir $nginx_root
|
||||||
root="$nginx_root" ./tests/integration/nginx.conf.sh > $nginx_root/nginx.conf
|
root="$nginx_root" ./letsencrypt-nginx/tests/boulder-integration.conf.sh > $nginx_root/nginx.conf
|
||||||
|
|
||||||
killall nginx || true
|
killall nginx || true
|
||||||
nginx -c $nginx_root/nginx.conf
|
nginx -c $nginx_root/nginx.conf
|
||||||
@@ -55,5 +55,5 @@ done
|
|||||||
|
|
||||||
if type nginx;
|
if type nginx;
|
||||||
then
|
then
|
||||||
. ./tests/integration/nginx.sh
|
. ./letsencrypt-nginx/tests/boulder-integration.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user