From 99ff19ae8bf26d50b609e33bd318115e14635c52 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 11:06:53 -0700 Subject: [PATCH] updated onlyoffice nginx --- modules/onlyoffice.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/onlyoffice.nix b/modules/onlyoffice.nix index 02852f6..c994f98 100644 --- a/modules/onlyoffice.nix +++ b/modules/onlyoffice.nix @@ -8,4 +8,9 @@ let enable = true; hostname = "${personalization.onlyoffice_url}"; }; + + services.nginx.defaultSSLListenPort = 9443; + services.nginx.defaultHTTPListenPort = 9080; + + } \ No newline at end of file