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>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-17 17:54:07 +00:00
committed by GitHub
parent cbea0730d3
commit 037d0e2e3a

View File

@@ -42,9 +42,6 @@ Listen 8000
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
</FilesMatch>
<Proxy "fcgi://${NEXTCLOUD_HOST}:9000" flushpackets=on>
</Proxy>
# 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.