Use OnlyOffice docker until nixpkgs is fixed
Some checks failed
/ Build Nix targets (push) Failing after 1m54s
Some checks failed
/ Build Nix targets (push) Failing after 1m54s
This commit is contained in:
parent
f1575f436e
commit
1c6643d4c2
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ in
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://192.168.1.46";
|
proxyPass = "http://192.168.1.125:8000";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue