213kdsanmfkld

This commit is contained in:
2025-09-20 16:09:28 +03:00
parent 4074b188e9
commit 259a07de8e
3 changed files with 91 additions and 90 deletions
+14 -14
View File
@@ -27,20 +27,20 @@
}
];
};
# "localhost" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 80;
# }
# {
# addr = "192.168.1.20";
# port = 80;
# }
# ];
# };
"127.0.0.1" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8000;
}
{
addr = "192.168.1.20";
port = 8000;
}
];
};
"localhost:9980" = {
forceSSL = false;
enableACME = false;