mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
redirect includes port now
This commit is contained in:
@@ -18,7 +18,7 @@ teardown() {
|
||||
assert_ssl_domain() {
|
||||
local domain=$1
|
||||
assert_app_domain "${domain}"
|
||||
assert_http_redirect "http://${domain}" "https://${domain}/"
|
||||
assert_http_redirect "http://${domain}" "https://${domain}:443/"
|
||||
assert_http_success "https://${domain}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user