Skip to content

Commit 44eb8ef

Browse files
committed
fixed br encoder
1 parent 33b26d0 commit 44eb8ef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

8.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG TARGETOS
1111
ARG TARGETARCH
1212

1313
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH xcaddy build \
14-
--with github.com/dunglas/caddy-cbrotli
14+
--with github.com/ueffel/caddy-brotli
1515

1616
# -----------------------------------------------------
1717
# App Itself

8.5/manifest/etc/caddy/Caddyfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
}
88
}
99

10+
encode zstd br gzip
11+
1012
redir /index.php* /
1113

1214
php_fastcgi 127.0.0.1:9000 {
@@ -40,7 +42,4 @@
4042
level_format "upper"
4143
}
4244
}
43-
44-
push
45-
encode zstd gzip
4645
}

0 commit comments

Comments
 (0)