We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b26d0 commit 44eb8efCopy full SHA for 44eb8ef
8.5/Dockerfile
@@ -11,7 +11,7 @@ ARG TARGETOS
11
ARG TARGETARCH
12
13
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14
- --with github.com/dunglas/caddy-cbrotli
+ --with github.com/ueffel/caddy-brotli
15
16
# -----------------------------------------------------
17
# App Itself
8.5/manifest/etc/caddy/Caddyfile
@@ -7,6 +7,8 @@
7
}
8
9
10
+ encode zstd br gzip
+
redir /index.php* /
php_fastcgi 127.0.0.1:9000 {
@@ -40,7 +42,4 @@
40
42
level_format "upper"
41
43
44
-
- push
45
- encode zstd gzip
46
0 commit comments