File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
test/tests/location_config Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- *.bar.baz.example.com
2
- *.baz.example.com
1
+ *.bar.baz.com.example.com
2
+ *.baz.com.example.com
3
+ *.com.example.com
3
4
*.example.com
4
- foo.bar.baz.example.*
5
+ foo.bar.baz.com.example.*
6
+ foo.bar.baz.com.*
5
7
foo.bar.baz.*
6
8
foo.bar.*
7
9
foo.*
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function check_location {
54
54
}
55
55
56
56
# check the wildcard location enumeration function
57
- docker exec " $le_container_name " bash -c ' source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.example.com'
57
+ docker exec " $le_container_name " bash -c ' source /app/functions.sh; enumerate_wildcard_locations foo.bar.baz.com. example.com'
58
58
59
59
# default configuration file should be empty
60
60
config_path=" $vhost_path /default"
You can’t perform that action at this time.
0 commit comments