This commit is contained in:
2025-09-20 20:51:00 +03:00
parent 6d0dd41240
commit 41343c3b91
+14 -15
View File
@@ -27,21 +27,8 @@
}
];
};
"localhost:8890" = {
listen = [
{
addr = "127.0.0.1";
port = 8890;
}
{
addr = "0.0.0.0";
port = 80;
}
{
addr = "0.0.0.0";
port = 443;
}
];
"localhost" = {
listen = [{ addr = "127.0.0.1"; port = 8890; }];
};
"localhost:8890" = {
forceSSL = false;
@@ -55,6 +42,18 @@
addr = "192.168.1.20";
port = 8890;
}
{
addr = "127.0.0.1";
port = 8890;
}
{
addr = "0.0.0.0";
port = 80;
}
{
addr = "0.0.0.0";
port = 443;
}
];
};
# "localhost:9980" = {