trouble shoot onlyoffice

This commit is contained in:
naturallaw77 2023-06-16 09:31:37 -07:00
parent cce4ea8c85
commit 3ddae6a26d
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ in
};
};
networking.enableIPv6 = false;
#networking.enableIPv6 = false;
####### CADDY #######
services.caddy = {

View File

@ -12,7 +12,7 @@ let
services.nginx.defaultSSLListenPort = 9443;
services.nginx.defaultHTTPListenPort = 9080;
services.epmd.listenStream = "127.0.0.1:4369";
#services.epmd.listenStream = "127.0.0.1:4369";
}