Repo: Rewrite uncompressed database files and signatures to avoid downloading symlinks ;-)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
28d0210897
commit
4dd6ac9190
@ -2,6 +2,16 @@
|
|||||||
auto_https off
|
auto_https off
|
||||||
}
|
}
|
||||||
http://repo.tobiasmanske.de {
|
http://repo.tobiasmanske.de {
|
||||||
|
@uncomressed {
|
||||||
|
path *.db
|
||||||
|
path *.files
|
||||||
|
path *.db.sig
|
||||||
|
path *.files.sig
|
||||||
|
}
|
||||||
|
|
||||||
|
uri @uncomressed replace db db.tar.xz
|
||||||
|
uri @uncomressed replace files files.tar.xz
|
||||||
|
|
||||||
uri /os/* replace /os/ /repo/
|
uri /os/* replace /os/ /repo/
|
||||||
reverse_proxy /repo/* https://s3.tobiasmanske.de {
|
reverse_proxy /repo/* https://s3.tobiasmanske.de {
|
||||||
header_up Host s3.tobiasmanske.de
|
header_up Host s3.tobiasmanske.de
|
||||||
|
Loading…
Reference in New Issue
Block a user