16 lines
266 B
Text
16 lines
266 B
Text
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
|
|
}
|