diff options
author | Alan Pearce | 2024-08-25 14:42:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-08-25 14:42:22 +0200 |
commit | 92575846904336570bd2ec07b126c671b8044dc9 (patch) | |
tree | 1866edfb6ad6715fc068ba08d465b1a637ac9019 | |
parent | 3242234c445dcabc6c1a1b2df2b22428a9547905 (diff) | |
download | website-92575846904336570bd2ec07b126c671b8044dc9.tar.lz website-92575846904336570bd2ec07b126c671b8044dc9.tar.zst website-92575846904336570bd2ec07b126c671b8044dc9.zip |
don't try to get cert for fly subdomain
-rw-r--r-- | config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 8dd5efb..a1302ee 100644 --- a/config.toml +++ b/config.toml @@ -14,7 +14,6 @@ domains = [ "www.alanpearce.uk", "aln.pe", "*.aln.pe", - "alanpearce-eu.fly.dev", ] oidc_host = "https://id.alanpearce.eu/" |