mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -27,14 +27,22 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# "localhost:8890" = {
|
"localhost:8890" = {
|
||||||
# listen = [
|
listen = [
|
||||||
# {
|
{
|
||||||
# addr = "127.0.0.1";
|
addr = "127.0.0.1";
|
||||||
# port = 8890;
|
port = 8890;
|
||||||
# }
|
}
|
||||||
# ];
|
{
|
||||||
# };
|
addr = "0.0.0.0";
|
||||||
|
port = 80;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 443;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
"localhost:8890" = {
|
"localhost:8890" = {
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
enableACME = false;
|
enableACME = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user