diff --git a/Containers/apache/nextcloud.conf b/Containers/apache/nextcloud.conf
index 3d4f812f..728d19dc 100644
--- a/Containers/apache/nextcloud.conf
+++ b/Containers/apache/nextcloud.conf
@@ -14,6 +14,9 @@ Listen 8000
SetHandler "proxy:fcgi://${NEXTCLOUD_HOST}:9000"
+
+
+
# Enable Brotli compression for js, css and svg files - other plain files are compressed by Nextcloud by default
AddOutputFilterByType BROTLI_COMPRESS text/javascript application/javascript application/x-javascript text/css image/svg+xml