This commit is contained in:
2025-09-19 22:02:23 +03:00
parent dde5366d89
commit 839c79a080
3 changed files with 51 additions and 51 deletions
+28 -28
View File
@@ -27,34 +27,34 @@
}
];
};
"localhost" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8080;
}
{
addr = "192.168.1.20";
port = 8080;
}
];
};
"localhost:8980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8980;
}
{
addr = "192.168.1.20";
port = 8980;
}
];
};
# "localhost" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 8080;
# }
# {
# addr = "192.168.1.20";
# port = 8080;
# }
# ];
# };
# "localhost:9980" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 9980;
# }
# {
# addr = "192.168.1.20";
# port = 9980;
# }
# ];
# };
};
};
};