reaktor2: fix agenda.html reference

This commit is contained in:
lassulus 2023-08-01 13:45:54 +02:00
parent 6e63efa364
commit d3ad361ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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;