mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -120,7 +120,7 @@ in
|
||||
};
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
hostname = "0.0.0.0";
|
||||
hostname = "localhost";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -27,6 +27,20 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
"localhost:8000" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
listen = [
|
||||
{
|
||||
addr = "100.64.0.0";
|
||||
port = 8000;
|
||||
}
|
||||
{
|
||||
addr = "192.168.1.20";
|
||||
port = 8000;
|
||||
}
|
||||
];
|
||||
};
|
||||
# "office.zeroq.ru" = {
|
||||
# forceSSL = false;
|
||||
# enableACME = false;
|
||||
|
||||
Reference in New Issue
Block a user