This commit is contained in:
2025-09-20 21:31:04 +03:00
parent a02326273b
commit ce81d0c1ae
2 changed files with 2 additions and 14 deletions
+2 -2
View File
@@ -109,8 +109,8 @@
# }; # };
onlyoffice = { onlyoffice = {
enable = true; enable = true;
hostname = "localhost"; hostname = "collabora.zeroq.ru";
port = 8890; port = 8000;
}; };
#rabbitmq.enable = false; #rabbitmq.enable = false;
}; };
-12
View File
@@ -27,14 +27,6 @@
} }
]; ];
}; };
"localhost:8890" = {
listen = [
{
addr = "127.0.0.1";
port = 8080;
}
];
};
"localhost:8000" = { "localhost:8000" = {
forceSSL = false; forceSSL = false;
enableACME = false; enableACME = false;
@@ -47,10 +39,6 @@
addr = "192.168.1.20"; addr = "192.168.1.20";
port = 8890; port = 8890;
} }
{
addr = "127.0.0.1";
port = 8890;
}
]; ];
}; };
# "localhost:9980" = { # "localhost:9980" = {