Skip to content

Commit 7ade5aa

Browse files
authored
Merge pull request #815 from syphar/use-http
docs.rs-fastly: use unencrypted connection to origin
2 parents 614568d + cbe67d0 commit 7ade5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/docs-rs/fastly.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ resource "fastly_service_compute" "docs_rs" {
3232
address = local.origin
3333
override_host = local.origin
3434

35-
use_ssl = true
36-
port = 443
35+
use_ssl = false
36+
port = 80
3737
ssl_cert_hostname = local.origin
3838
}
3939

0 commit comments

Comments
 (0)