trouble shooting onlyoffice webserver

This commit is contained in:
naturallaw77 2023-06-13 15:25:58 -07:00
parent 2c63a0318d
commit 926b0a9816

View File

@ -8,4 +8,9 @@ let
enable = true;
hostname = "${personalization.onlyoffice_url}";
};
}
services.nginx.defaultSSLListenPort = 9443;
services.nginx.defaultHTTPListenPort = 9080;
}