summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-08-01 13:45:54 +0200
committerlassulus <git@lassul.us>2023-08-01 13:45:54 +0200
commitd3ad361ec52d8f963178646e8bac6ca587644c8c (patch)
tree6f2e5b8da662e81e35bddd1ccd069ede3f8caae1 /krebs
parent6e63efa3645353bc0549f5f152ef811fff5d644c (diff)
reaktor2: fix agenda.html reference
Diffstat (limited to 'krebs')
-rw-r--r--krebs/2configs/reaktor2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/reaktor2.nix b/krebs/2configs/reaktor2.nix
index 0f7ab0ad..bc5bfc0f 100644
--- a/krebs/2configs/reaktor2.nix
+++ b/krebs/2configs/reaktor2.nix
@@ -486,7 +486,7 @@ in {
services.nginx.virtualHosts."agenda.r" = {
serverAliases = [ "kri.r" ];
locations."= /index.html".extraConfig = ''
- alias ./agenda.html;
+ alias ${./agenda.html};
'';
locations."/agenda.json".extraConfig = ''
proxy_set_header Host $host;