trouble shoot onlyoffice
This commit is contained in:
parent
441b6725a9
commit
aedaaa4772
@ -281,7 +281,7 @@ in
|
|||||||
|
|
||||||
"https://${personalization.onlyoffice_url}" = {
|
"https://${personalization.onlyoffice_url}" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy :8000
|
reverse_proxy http://localhost:8000
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -407,8 +407,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/
|
|||||||
|
|
||||||
|
|
||||||
####### Open ports in the firewall #######
|
####### Open ports in the firewall #######
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 9080 9443 8000 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ];
|
networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 9080 9443 8000 ];
|
||||||
networking.firewall.allowedUDPPortRanges = [
|
networking.firewall.allowedUDPPortRanges = [
|
||||||
{ from=49152; to=65535; } # TURN relay
|
{ from=49152; to=65535; } # TURN relay
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user