change index
parent
7b0bd4e789
commit
e386237880
10
nginx.nix
10
nginx.nix
|
|
@ -18,11 +18,21 @@ in
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/default";
|
root = "/var/www/default";
|
||||||
|
locations = {
|
||||||
|
"/" = {
|
||||||
|
index = "anmachspruch.mp4";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"www.${fqdn}" = {
|
"www.${fqdn}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/default";
|
root = "/var/www/default";
|
||||||
|
locations = {
|
||||||
|
"/" = {
|
||||||
|
index = "anmachspruch.mp4";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue