Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2020-09-11 22:16:55 +0300
committerGitHub <noreply@github.com>2020-09-11 22:16:55 +0300
commit2b425110dc1c68110921ae648613a8c25db4d450 (patch)
tree93c86fec2e8d1db1e08149164bea25c372cbcdf4 /certbot-compatibility-test
parent55d411f1ebd9a8db5157ecac1c5ce8e1d542088c (diff)
Delete conflicting server_names for random28524. (#8278)
Diffstat (limited to 'certbot-compatibility-test')
-rw-r--r--certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-105711
-rw-r--r--certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-197911
2 files changed, 0 insertions, 2 deletions
diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571 b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571
index fe95ac8dc..c25d06b34 100644
--- a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571
+++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-10571
@@ -61,7 +61,6 @@ server {
server {
listen 80;
server_name random1413.example.org www.random1413.example.org;
- server_name random28524.example.org www.random28524.example.org;
server_name random25266.example.org www.random25266.example.org;
server_name random26791.example.org www.random26791.example.org;
diff --git a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791 b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791
index 6e3112ad8..8247e8ae2 100644
--- a/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791
+++ b/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/79-configs/site-19791
@@ -29,6 +29,5 @@ server {
server {
server_name www.random1413.example.org;
- server_name random28524.example.org www.random28524.example.org;
rewrite ^ http://random1413.example.org$request_uri permanent;
}