Skip to content

Commit 597aee7

Browse files
committed
fix: temporarily disable precompressed directive
1 parent 6a590b6 commit 597aee7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ parts.push(`
5555
5656
(file_server) {
5757
file_server {
58-
precompressed br gzip
58+
# temporarily disabling precompressed files to deal with with https://github.com/appsmithorg/appsmith/issues/41313
59+
# uncomment the next line and remove this one when Caddy 2.10.3+ is released.
60+
# precompressed br gzip
5961
disable_canonical_uris
6062
}
6163
}

0 commit comments

Comments
 (0)