caddy fix

This commit is contained in:
2026-05-20 12:37:14 +04:00
parent ba03407420
commit a3d051c71a
+4 -2
View File
@@ -53,10 +53,12 @@
{$GITEA_DOMAIN} { {$GITEA_DOMAIN} {
import access-log import access-log
request_body { request_body {
max_size 512MB max_size 2048MB
} }
@not_registry not path /v2/*
route { route {
import security crowdsec
appsec @not_registry
reverse_proxy http://gitea:3000 { reverse_proxy http://gitea:3000 {
header_up Host {http.request.host} header_up Host {http.request.host}
} }