diff options
author | lassulus <git@lassul.us> | 2023-12-12 19:12:20 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-12-12 19:12:20 +0100 |
commit | 04f538164ce11ce977a851b6de2a9d2c5f7a9adb (patch) | |
tree | a2e57c9525254ab43f8d2af415df36b57120a6cc /krebs/2configs/reaktor2.nix | |
parent | 25d035de777df95cd0c809e647d942a75d5a4906 (diff) |
fix ssl cert for social.krebsco.de
Diffstat (limited to 'krebs/2configs/reaktor2.nix')
-rw-r--r-- | krebs/2configs/reaktor2.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix index db7b794f4..e84827656 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" = { |