Restore docker onlyoffice IP (nixos pkgs works but old version that does not work with FF CSP)
Some checks failed
/ Build Nix targets (push) Failing after 13m13s
Some checks failed
/ Build Nix targets (push) Failing after 13m13s
This commit is contained in:
parent
186f59ae23
commit
1284f91637
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ in {
|
|||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.46";
|
||||
proxyPass = "http://192.168.1.125:8000";
|
||||
proxyWebsockets = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue