fix
This commit is contained in:
parent
7ff42c4326
commit
4f93028c1a
|
@ -9,7 +9,7 @@ include /etc/nginx/conf.d/include/proxy-cache-downloads;
|
||||||
#### this is important because we want only one format in cache keys and logs
|
#### this is important because we want only one format in cache keys and logs
|
||||||
###set_by_lua_block $skylink { return require("skynet.skylink").parse(ngx.var.skylink) }
|
###set_by_lua_block $skylink { return require("skynet.skylink").parse(ngx.var.skylink) }
|
||||||
###
|
###
|
||||||
#### $skylink_v1 and $skylink_v2 variables default to the same value but in case the requested skylink was:
|
$skylink_v1 and $skylink_v2 variables default to the same value but in case the requested skylink was:
|
||||||
#### a) skylink v1 - it would not matter, no additional logic is executed
|
#### a) skylink v1 - it would not matter, no additional logic is executed
|
||||||
#### b) skylink v2 - in a lua block below we will resolve the skylink v2 into skylink v1 and update
|
#### b) skylink v2 - in a lua block below we will resolve the skylink v2 into skylink v1 and update
|
||||||
#### $skylink_v1 variable so then the proxy request to skyd can be cached in nginx (proxy_cache_key
|
#### $skylink_v1 variable so then the proxy request to skyd can be cached in nginx (proxy_cache_key
|
||||||
|
|
Reference in New Issue