reaktor2: fix agenda.html reference
This commit is contained in:
parent
6e63efa364
commit
d3ad361ec5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user