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

This commit is contained in:
Théo Barnouin 2025-02-14 15:19:20 +01:00
parent 186f59ae23
commit 1284f91637

View file

@ -118,7 +118,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;
}; };