trouble shooting onlyoffice webserver
This commit is contained in:
parent
95be790352
commit
350cd5ffd0
@ -278,6 +278,13 @@ in
|
||||
tls internal
|
||||
'';
|
||||
};
|
||||
|
||||
"https://${personalization.onlyoffice_url}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:8000
|
||||
encode gzip zstd
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -6,7 +6,7 @@ let
|
||||
{
|
||||
services.onlyoffice = {
|
||||
enable = true;
|
||||
hostname = "${personalization.onlyoffice_url}";
|
||||
#hostname = "${personalization.onlyoffice_url}";
|
||||
examplePort = 8100;
|
||||
enableExampleServer = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user