Add minio to ansible

This commit is contained in:
Tobias Reisinger 2023-12-11 15:27:03 +01:00
parent 5f9747c378
commit e006f44dd6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 53 additions and 53 deletions
caddy/config/conf.003.d

View file

@ -1,16 +0,0 @@
s3.serguzim.me {
import default
@nocache {
query nocache=*
}
header @nocache "Cache-Control" "no-store, no-cache"
#header "Cache-Control" "no-store, no-cache"
reverse_proxy minio:9000
}
console.s3.serguzim.me {
import default
reverse_proxy minio:9001
}