File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 8
8
auth_password "{$CLOUDNS_AUTH_PASSWORD}"
9
9
}
10
10
11
+ acme_ca https://acme-v02.api.letsencrypt.org/directory {
12
+ dns_challenge {
13
+ propagation_timeout 120s
14
+ dns_timeout 30s
15
+ resolvers 1.1.1.1
16
+ }
17
+ }
18
+
11
19
# Configure storage for clustering
12
20
storage etcd {
13
21
prefix "{$PORTAL_CORE_CLUSTERED_ETCD_PREFIX}"
36
44
# Handle direct domain access
37
45
:80, :443 {
38
46
reverse_proxy localhost:{$PORTAL_CORE_PORT}
39
- }
47
+ }
Original file line number Diff line number Diff line change 8
8
auth_password "{$CLOUDNS_AUTH_PASSWORD}"
9
9
}
10
10
11
+ acme_ca https://acme-v02.api.letsencrypt.org/directory {
12
+ dns_challenge {
13
+ propagation_timeout 120s
14
+ dns_timeout 30s
15
+ resolvers 1.1.1.1
16
+ }
17
+ }
18
+
11
19
# Configure storage for clustering
12
20
storage etcd {
13
21
prefix "{$PORTAL_CORE_CLUSTERED_ETCD_PREFIX}"
30
38
# Handle direct domain access
31
39
:80, :443 {
32
40
reverse_proxy localhost:{$PORTAL_CORE_PORT}
33
- }
41
+ }
You can’t perform that action at this time.
0 commit comments