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} {
|
{$SITE_DOMAIN} {
|
||||||
encode zstd gzip
|
encode zstd gzip
|
||||||
body_limit 10M
|
request_body {
|
||||||
|
max_size 10M
|
||||||
|
}
|
||||||
|
|
||||||
@immutable path /_astro/*
|
@immutable path /_astro/*
|
||||||
header @immutable Cache-Control "public, max-age=31536000, immutable"
|
header @immutable Cache-Control "public, max-age=31536000, immutable"
|
||||||
|
|||||||
Reference in New Issue
Block a user