This commit is contained in:
2025-10-06 22:33:21 +03:00
parent 9008de4f66
commit fe0beab681
3 changed files with 16 additions and 19 deletions
+14 -14
View File
@@ -27,20 +27,20 @@
}
];
};
"localhost:8000" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8000;
}
{
addr = "192.168.1.20";
port = 8000;
}
];
};
# "localhost:8000" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 9980;
# }
# {
# addr = "192.168.1.20";
# port = 9980;
# }
# ];
# };
# "office.zeroq.ru" = {
# forceSSL = false;
# enableACME = false;