Added missing semicolon

This commit is contained in:
2024-12-27 15:46:54 +02:00
parent ef0c0d5d01
commit 5ebde5ebb2

View File

@@ -8,7 +8,7 @@
}];
locations."/" = {
index = "index.html";
root = /srv/website
root = /srv/website;
};
};
};