From 037d0e2e3a8551d2eb147e1edffe638e9f84b74b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 17 May 2026 17:54:07 +0000 Subject: [PATCH] fix(apache): remove flushpackets=on to fix 5-second delay for PHP-served JS files Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/4daad3f0-a4b7-40c0-9939-627ea7537aba Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- Containers/apache/nextcloud.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containers/apache/nextcloud.conf b/Containers/apache/nextcloud.conf index 58773e44..b0befbfd 100644 --- a/Containers/apache/nextcloud.conf +++ b/Containers/apache/nextcloud.conf @@ -42,9 +42,6 @@ Listen 8000 SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000" - - - # Compress JS, CSS and SVG responses with Brotli (quality 4 gives good # compression with reasonable CPU cost; the default of 0 barely compresses). # Other plain-text files are already compressed by Nextcloud itself.