Another caddy fix attempt

This commit is contained in:
2025-01-29 17:41:51 +00:00
parent 77b1a5e723
commit ee560deb50
2 changed files with 75 additions and 77 deletions

View File

@@ -1,6 +1,4 @@
import repo.caddyfile
{
import repo.caddyfile {
admin off
}

View File

@@ -47,9 +47,9 @@
request_body {
max_size 250GB
}
encode gzip
reverse_proxy repo-web-api:5000 {
import repo_common_proxy
encode gzip
}
}