This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/caddy/config/conf.003.d/s3.serguzim.me.conf

17 lines
266 B
Text
Raw Normal View History

2022-11-21 00:38:31 +00:00
s3.serguzim.me {
import default
@nocache {
query nocache=*
}
header @nocache "Cache-Control" "no-store, no-cache"
#header "Cache-Control" "no-store, no-cache"
2022-11-21 00:38:31 +00:00
reverse_proxy minio:9000
}
console.s3.serguzim.me {
import default
reverse_proxy minio:9001
}