summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor2.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-12-12 19:12:20 +0100
committerlassulus <git@lassul.us>2023-12-12 19:12:20 +0100
commit04f538164ce11ce977a851b6de2a9d2c5f7a9adb (patch)
treea2e57c9525254ab43f8d2af415df36b57120a6cc /krebs/2configs/reaktor2.nix
parent25d035de777df95cd0c809e647d942a75d5a4906 (diff)
fix ssl cert for social.krebsco.de
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r--krebs/2configs/reaktor2.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index db7b794f..e8482765 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -526,6 +526,8 @@ in {
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
'';
+ # needed for acmeFallback in sync-containers, or other machines not reachable globally
+ locations."~ ^/.well-known/acme-challenge/".root = "/var/lib/acme/acme-challenge";
};
services.nginx.virtualHosts."bedge.r" = {