fix mirism path

This commit is contained in:
2023-11-16 14:45:53 +08:00
parent 994360d473
commit 17a462ad04

View File

@@ -50,7 +50,7 @@ inputs:
name = "${instance}mirism.one";
value.location."/".static =
{
root = "/var/${instance}mirism";
root = "/srv/${instance}mirism";
index = [ "index.html" ];
};
})