trouble shoot onlyoffice

This commit is contained in:
2023-06-16 13:23:02 -07:00
parent 72d887dffe
commit 876bad84e5
3 changed files with 3 additions and 9 deletions

View File

@@ -7,14 +7,9 @@ let
services.onlyoffice = {
enable = true;
jwtSecretFile = "${personalization.onlyofficejwtSecretFile}";
enableExampleServer = true;
examplePort = 8100;
};
services.nginx.defaultSSLListenPort = 9443;
services.nginx.defaultHTTPListenPort = 9080;
#services.epmd.listenStream = "127.0.0.1:4369";
}