default to using binCraft when working with readsb
This commit is contained in:
@@ -13,6 +13,13 @@ alias.url += (
|
||||
"/INSTANCE/" => "HTMLPATH/"
|
||||
)
|
||||
|
||||
$HTTP["url"] =~ "^/INSTANCE/data/.*\.binCraft$" {
|
||||
compress.filetype = ()
|
||||
setenv.add-response-header += (
|
||||
"Cache-Control" => "no-cache",
|
||||
"Content-Encoding" => "gzip",
|
||||
)
|
||||
}
|
||||
$HTTP["url"] =~ "^/INSTANCE/chunks/chunk_.*gz$" {
|
||||
setenv.add-response-header += (
|
||||
"Access-Control-Allow-Origin" => "*",
|
||||
|
||||
Reference in New Issue
Block a user