cant believe this
This commit is contained in:
parent
d09cdbb40c
commit
4f21ff9456
1 changed files with 4 additions and 1 deletions
|
|
@ -26,10 +26,13 @@
|
|||
extraConfig = ''
|
||||
(cloudflare) {
|
||||
tls {
|
||||
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
dns cloudflare {env.CF_API_TOKEN}
|
||||
}
|
||||
}
|
||||
'';
|
||||
# globalConfig = ''
|
||||
# acme_dns cloudflare {env.CF_API_TOKEN}
|
||||
# '';
|
||||
virtualHosts = {
|
||||
"chat.osbm.dev" = {
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue