Fix for redis and variable glob

This commit is contained in:
VirtuBox
2019-08-06 11:37:03 +02:00
parent b1e3ddb3d0
commit 354644d754
2 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ location / {
location /redis-fetch {
internal ;
set $redis_key $args;
redis_pass redis;
redis_pass redis;
}
location /redis-store {
internal ;