mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -28,7 +28,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
"localhost:8890" = {
|
"localhost:8890" = {
|
||||||
listen = [{ addr = "127.0.0.1"; port = 8080; }];
|
listen = [
|
||||||
|
{
|
||||||
|
addr = "127.0.0.1";
|
||||||
|
port = 8080;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"localhost:8000" = {
|
"localhost:8000" = {
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user