Skip to content

Commit

Permalink
fix: limit public minio access to GET requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 17, 2024
1 parent fcdf6c4 commit fbf92a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ log
reverse_proxy /service/control/* control:8080
reverse_proxy /file-uploads/* minio:9000 {
header_up Host minio:9000
method GET
}

0 comments on commit fbf92a7

Please sign in to comment.