reaktor2: fix agenda.html reference

This commit is contained in:
lassulus 2023-08-01 13:45:54 +02:00
parent 6e63efa364
commit d3ad361ec5

View File

@ -486,7 +486,7 @@ in {
services.nginx.virtualHosts."agenda.r" = { services.nginx.virtualHosts."agenda.r" = {
serverAliases = [ "kri.r" ]; serverAliases = [ "kri.r" ];
locations."= /index.html".extraConfig = '' locations."= /index.html".extraConfig = ''
alias ./agenda.html; alias ${./agenda.html};
''; '';
locations."/agenda.json".extraConfig = '' locations."/agenda.json".extraConfig = ''
proxy_set_header Host $host; proxy_set_header Host $host;