mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 05:02:15 +01:00
Merge pull request #1072 from nginx-proxy/1064-test-update
test: update wildcard location enumeration test
This commit is contained in:
commit
f4ba86995f
@ -1,7 +1,9 @@
|
||||
*.bar.baz.example.com
|
||||
*.baz.example.com
|
||||
*.bar.baz.com.example.com
|
||||
*.baz.com.example.com
|
||||
*.com.example.com
|
||||
*.example.com
|
||||
foo.bar.baz.example.*
|
||||
foo.bar.baz.com.example.*
|
||||
foo.bar.baz.com.*
|
||||
foo.bar.baz.*
|
||||
foo.bar.*
|
||||
foo.*
|
||||
|
@ -54,7 +54,7 @@ function check_location {
|
||||
}
|
||||
|
||||
# check the wildcard location enumeration function
|
||||
docker exec "$le_container_name" bash -c 'source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.example.com'
|
||||
docker exec "$le_container_name" bash -c 'source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.com.example.com'
|
||||
|
||||
# default configuration file should be empty
|
||||
config_path="$vhost_path/default"
|
||||
|
Loading…
Reference in New Issue
Block a user