summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/reaktor2.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2024-01-06 12:38:08 +0100
committertv <tv@krebsco.de>2024-01-06 12:38:08 +0100
commit1e1e751fa4ed5380b2458263ed24b01a08847291 (patch)
tree7ba8a0125fe1824c70a5df6a78fdb713818ebc4b /krebs/2configs/reaktor2.nix
parent191ee037480e0837091c0dbc7bf8ec42dd7f93b4 (diff)
parent04f538164ce11ce977a851b6de2a9d2c5f7a9adb (diff)
Merge remote-tracking branch 'orange/master'
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" = {