Skip to content

Commit

Permalink
Disable Apache proxy buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Mar 8, 2024
1 parent 8380ee5 commit 1acdfe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containers/apache/nextcloud.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Listen 8000
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
</FilesMatch>

<Proxy "fcgi://${NEXTCLOUD_HOST}:9000" flushpackets=on>
</Proxy>

# Enable Brotli compression for js, css and svg files - other plain files are compressed by Nextcloud by default
<IfModule mod_brotli.c>
AddOutputFilterByType BROTLI_COMPRESS text/javascript application/javascript application/x-javascript text/css image/svg+xml
Expand Down

2 comments on commit 1acdfe0

@DanScharon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the rationale behind this commit? Does it have to do with #4123?

@p1gp1g
Copy link
Contributor Author

@p1gp1g p1gp1g commented on 1acdfe0 Mar 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.