We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a590b6 commit 597aee7Copy full SHA for 597aee7
deploy/docker/fs/opt/appsmith/caddy-reconfigure.mjs
@@ -55,7 +55,9 @@ parts.push(`
55
56
(file_server) {
57
file_server {
58
- precompressed br gzip
+ # 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
61
disable_canonical_uris
62
}
63
0 commit comments