fix: R01 Caddy body_limit → request_body max_size (Caddy 2.10.2 compat) (#1788956171115)

This commit is contained in:
ik
2026-09-09 20:35:36 +07:00
parent cefb4494a5
commit a37f9c4696
+3 -1
View File
@@ -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"