trouble shooting onlyoffice webserver

This commit is contained in:
naturallaw77 2023-06-14 12:16:30 -07:00
parent 95be790352
commit 350cd5ffd0
2 changed files with 8 additions and 1 deletions

View File

@ -278,6 +278,13 @@ in
tls internal tls internal
''; '';
}; };
"https://${personalization.onlyoffice_url}" = {
extraConfig = ''
reverse_proxy http://localhost:8000
encode gzip zstd
'';
};
}; };
}; };

View File

@ -6,7 +6,7 @@ let
{ {
services.onlyoffice = { services.onlyoffice = {
enable = true; enable = true;
hostname = "${personalization.onlyoffice_url}"; #hostname = "${personalization.onlyoffice_url}";
examplePort = 8100; examplePort = 8100;
enableExampleServer = true; enableExampleServer = true;