From 82eb9c2749758ee34699b17475dc6bcb08b3ccac Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 7 Jan 2026 23:20:53 +1100 Subject: [PATCH] core: bump radowgw client_max_body_size - increase client max size from 100M to 5G --- hieradata/roles/infra/ceph/rgw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/roles/infra/ceph/rgw.yaml b/hieradata/roles/infra/ceph/rgw.yaml index 3a4aabb..e4a964e 100644 --- a/hieradata/roles/infra/ceph/rgw.yaml +++ b/hieradata/roles/infra/ceph/rgw.yaml @@ -38,7 +38,7 @@ profiles::nginx::simpleproxy::nginx_aliases: - radosgw.service.au-syd1.consul profiles::nginx::simpleproxy::proxy_port: 7480 profiles::nginx::simpleproxy::proxy_path: '/' -nginx::client_max_body_size: 100M +nginx::client_max_body_size: 5000M # manage consul service consul::services: -- 2.47.3