Skip to content

Commit c2a7cf9

Browse files
authored
Fixed nginx (#28)
1 parent b78202b commit c2a7cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/dns/nginxproxy.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resource "nginxproxymanager_proxy_host" "host" {
2929
access_list_id = var.access_list_id
3030

3131
certificate_id = nginxproxymanager_certificate_letsencrypt.certificate.id
32-
ssl_forced = true
32+
ssl_forced = false
3333
hsts_enabled = false
3434
hsts_subdomains = false
3535
http2_support = true

0 commit comments

Comments
 (0)