From fbf92a733d2afe55347fbca4086ac7c40c996d1b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 17 Oct 2024 17:12:21 +0200 Subject: [PATCH] fix: limit public minio access to GET requests --- frontend/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/Caddyfile b/frontend/Caddyfile index 53e76b92..fecf675e 100644 --- a/frontend/Caddyfile +++ b/frontend/Caddyfile @@ -13,4 +13,5 @@ log reverse_proxy /service/control/* control:8080 reverse_proxy /file-uploads/* minio:9000 { header_up Host minio:9000 + method GET }