change index

master
loooph 2021-09-26 16:44:11 +02:00
parent 7b0bd4e789
commit e386237880
1 changed files with 10 additions and 0 deletions

View File

@ -18,11 +18,21 @@ in
forceSSL = true;
enableACME = true;
root = "/var/www/default";
locations = {
"/" = {
index = "anmachspruch.mp4";
};
};
};
"www.${fqdn}" = {
enableACME = true;
root = "/var/www/default";
locations = {
"/" = {
index = "anmachspruch.mp4";
};
};
};
};
};