fix: R01 Caddy body_limit → request_body max_size (Caddy 2.10.2 compat) (#1788956171115)
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@
|
||||
|
||||
{$SITE_DOMAIN} {
|
||||
encode zstd gzip
|
||||
body_limit 10M
|
||||
request_body {
|
||||
max_size 10M
|
||||
}
|
||||
|
||||
@immutable path /_astro/*
|
||||
header @immutable Cache-Control "public, max-age=31536000, immutable"
|
||||
|
||||
Reference in New Issue
Block a user