This commit is contained in:
2026-01-26 18:05:24 +03:00
parent d9241a31a3
commit 87866bcd5a
2 changed files with 52 additions and 10 deletions
+22
View File
@@ -27,6 +27,28 @@
}
];
};
"zeroq.local" = {
forceSSL = false;
enableACME = false;
root = pkgs.writeTextDir "index.html" ''
<!doctype html>
<html>
<body>
<pre>This server is running in backend.</pre>
</body>
</html>
'';
listen = [
{
addr = "100.64.0.0";
port = 80;
}
{
addr = "192.168.1.20";
port = 80;
}
];
};
# "localhost:8000" = {
# forceSSL = false;
# enableACME = false;