diff options
author | lassulus <git@lassul.us> | 2023-12-12 14:13:22 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-12-12 14:13:22 +0100 |
commit | d165a0871caadf7686f5ca56a54ea0e95b2698eb (patch) | |
tree | 94fa3737f5d3ea8882acc89f30c854e9edabe218 | |
parent | 5beea992dd6df7e78f845131aa7f6cee2d49d963 (diff) |
mastodon-proxy: add acmeFallbackHost
-rw-r--r-- | krebs/2configs/mastodon-proxy.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/mastodon-proxy.nix b/krebs/2configs/mastodon-proxy.nix index 4d359c3fe..35bf6020d 100644 --- a/krebs/2configs/mastodon-proxy.nix +++ b/krebs/2configs/mastodon-proxy.nix @@ -5,6 +5,7 @@ virtualHosts."social.krebsco.de" = { forceSSL = true; enableACME = true; + acmeFallbackHost = "hotdog.r"; locations."/" = { # TODO use this in 22.11 # recommendedProxySettings = true; |