Fix for redis and variable glob

This commit is contained in:
VirtuBox
2019-08-06 11:37:03 +02:00
parent d0799a08e7
commit 89ebbe9cd6
3 changed files with 11 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 ;