Loading nixos/modules/services/web-apps/nextcloud-notify_push.nix +6 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,12 @@ in proxyPass = "http://unix:${cfg.socketPath}"; proxyWebsockets = true; recommendedProxySettings = true; extraConfig = # nginx '' # disable in case it was configured on a higher level keepalive_timeout 0; proxy_buffering off; ''; }; } Loading Loading
nixos/modules/services/web-apps/nextcloud-notify_push.nix +6 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,12 @@ in proxyPass = "http://unix:${cfg.socketPath}"; proxyWebsockets = true; recommendedProxySettings = true; extraConfig = # nginx '' # disable in case it was configured on a higher level keepalive_timeout 0; proxy_buffering off; ''; }; } Loading